models.importexport-2010-06-01-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ "listJobs" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"skipSmokeTests" : true,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2010-06-01",
"asyncBuilder" : "DefaultImportExportAsyncClientBuilder",
"asyncBuilderInterface" : "ImportExportAsyncClientBuilder",
"asyncClient" : "DefaultImportExportAsyncClient",
"asyncInterface" : "ImportExportAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V2",
"baseBuilder" : "DefaultImportExportBaseClientBuilder",
"baseBuilderInterface" : "ImportExportBaseClientBuilder",
"baseExceptionName" : "ImportExportException",
"baseRequestName" : "ImportExportRequest",
"baseResponseName" : "ImportExportResponse",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "importexport",
"contentType" : null,
"cucumberModuleInjectorClassName" : "ImportExportClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"documentation" : "AWS Import/Export Service AWS Import/Export accelerates transferring large amounts of data between the AWS cloud and portable storage devices that you mail to us. AWS Import/Export transfers data directly onto and off of your storage devices using Amazon's high-speed internal network and bypassing the Internet. For large data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity.",
"endpointPrefix" : "importexport",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.importexport",
"fullModelPackageName" : "software.amazon.awssdk.services.importexport.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.importexport.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.importexport.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.importexport.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.importexport.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"modelPackageName" : "importexport.model",
"paginatorsPackageName" : "importexport.paginators",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "software.amazon.awssdk.core.runtime.transform.StandardErrorUnmarshaller",
"protocolFactory" : null,
"requestBaseFqcn" : "software.amazon.awssdk.core.AwsRequest",
"requestTransformPackageName" : "importexport.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS Import/Export",
"serviceName" : "AWS Import/Export",
"signingName" : "importexport",
"smokeTestsPackageName" : "importexport.smoketests",
"syncBuilder" : "DefaultImportExportClientBuilder",
"syncBuilderInterface" : "ImportExportClientBuilder",
"syncClient" : "DefaultImportExportClient",
"syncInterface" : "ImportExportClient",
"transformPackageName" : "importexport.transform",
"uid" : "importexport-2010-06-01",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"CancelJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.",
"exceptions" : [ {
"exceptionName" : "InvalidJobIdException",
"documentation" : "The JOBID was missing, not found, or not associated with the AWS account.",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredJobIdException",
"documentation" : "Indicates that the specified job has expired out of the system.",
"httpStatusCode" : null
}, {
"exceptionName" : "CanceledJobIdException",
"documentation" : "The specified job ID has been canceled and is no longer valid.",
"httpStatusCode" : null
}, {
"exceptionName" : "UnableToCancelJobIdException",
"documentation" : "AWS Import/Export cannot cancel the job",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccessKeyIdException",
"documentation" : "The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVersionException",
"documentation" : "The client tool version is invalid.",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CancelJobRequest",
"variableName" : "cancelJobRequest",
"variableType" : "CancelJobRequest",
"documentation" : "Input structure for the CancelJob operation.",
"simpleType" : "CancelJobRequest",
"variableSetterType" : "CancelJobRequest"
},
"methodName" : "cancelJob",
"operationName" : "CancelJob",
"paginated" : false,
"returnType" : {
"returnType" : "CancelJobResponse",
"documentation" : "Output structure for the CancelJob operation."
},
"syncReturnType" : "CancelJobResponse"
},
"CreateJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation initiates the process of scheduling an upload or download of your data. You include in the request a manifest that describes the data transfer specifics. The response to the request includes a job ID, which you can use in other operations, a signature that you use to identify your storage device, and the address where you should ship your storage device.",
"exceptions" : [ {
"exceptionName" : "MissingParameterException",
"documentation" : "One or more required parameters was missing from the request.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters had an invalid value.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccessKeyIdException",
"documentation" : "The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAddressException",
"documentation" : "The address specified in the manifest is invalid.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidManifestFieldException",
"documentation" : "One or more manifest fields was invalid. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingManifestFieldException",
"documentation" : "One or more required fields were missing from the manifest file. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchBucketException",
"documentation" : "The specified bucket does not exist. Create the specified bucket or change the manifest's bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest's Access Key ID, has write permissions to.",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingCustomsException",
"documentation" : "One or more required customs parameters was missing from the manifest.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCustomsException",
"documentation" : "One or more customs parameters was invalid. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidFileSystemException",
"documentation" : "File system specified in export manifest is invalid.",
"httpStatusCode" : null
}, {
"exceptionName" : "MultipleRegionsException",
"documentation" : "Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "BucketPermissionException",
"documentation" : "The account specified does not have the appropriate bucket permissions.",
"httpStatusCode" : null
}, {
"exceptionName" : "MalformedManifestException",
"documentation" : "Your manifest is not well-formed.",
"httpStatusCode" : null
}, {
"exceptionName" : "CreateJobQuotaExceededException",
"documentation" : "Each account can create only a certain number of jobs per day. If you need to create more than this, please contact [email protected] to explain your particular use case.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidJobIdException",
"documentation" : "The JOBID was missing, not found, or not associated with the AWS account.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVersionException",
"documentation" : "The client tool version is invalid.",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateJobRequest",
"variableName" : "createJobRequest",
"variableType" : "CreateJobRequest",
"documentation" : "Input structure for the CreateJob operation.",
"simpleType" : "CreateJobRequest",
"variableSetterType" : "CreateJobRequest"
},
"methodName" : "createJob",
"operationName" : "CreateJob",
"paginated" : false,
"returnType" : {
"returnType" : "CreateJobResponse",
"documentation" : "Output structure for the CreateJob operation."
},
"syncReturnType" : "CreateJobResponse"
},
"GetShippingLabel" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.",
"exceptions" : [ {
"exceptionName" : "InvalidJobIdException",
"documentation" : "The JOBID was missing, not found, or not associated with the AWS account.",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredJobIdException",
"documentation" : "Indicates that the specified job has expired out of the system.",
"httpStatusCode" : null
}, {
"exceptionName" : "CanceledJobIdException",
"documentation" : "The specified job ID has been canceled and is no longer valid.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccessKeyIdException",
"documentation" : "The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAddressException",
"documentation" : "The address specified in the manifest is invalid.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVersionException",
"documentation" : "The client tool version is invalid.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters had an invalid value.",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetShippingLabelRequest",
"variableName" : "getShippingLabelRequest",
"variableType" : "GetShippingLabelRequest",
"documentation" : "",
"simpleType" : "GetShippingLabelRequest",
"variableSetterType" : "GetShippingLabelRequest"
},
"methodName" : "getShippingLabel",
"operationName" : "GetShippingLabel",
"paginated" : false,
"returnType" : {
"returnType" : "GetShippingLabelResponse",
"documentation" : null
},
"syncReturnType" : "GetShippingLabelResponse"
},
"GetStatus" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own.",
"exceptions" : [ {
"exceptionName" : "InvalidJobIdException",
"documentation" : "The JOBID was missing, not found, or not associated with the AWS account.",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredJobIdException",
"documentation" : "Indicates that the specified job has expired out of the system.",
"httpStatusCode" : null
}, {
"exceptionName" : "CanceledJobIdException",
"documentation" : "The specified job ID has been canceled and is no longer valid.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccessKeyIdException",
"documentation" : "The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVersionException",
"documentation" : "The client tool version is invalid.",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetStatusRequest",
"variableName" : "getStatusRequest",
"variableType" : "GetStatusRequest",
"documentation" : "Input structure for the GetStatus operation.",
"simpleType" : "GetStatusRequest",
"variableSetterType" : "GetStatusRequest"
},
"methodName" : "getStatus",
"operationName" : "GetStatus",
"paginated" : false,
"returnType" : {
"returnType" : "GetStatusResponse",
"documentation" : "Output structure for the GetStatus operation."
},
"syncReturnType" : "GetStatusResponse"
},
"ListJobs" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.",
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters had an invalid value.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccessKeyIdException",
"documentation" : "The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVersionException",
"documentation" : "The client tool version is invalid.",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListJobsRequest",
"variableName" : "listJobsRequest",
"variableType" : "ListJobsRequest",
"documentation" : "Input structure for the ListJobs operation.",
"simpleType" : "ListJobsRequest",
"variableSetterType" : "ListJobsRequest"
},
"methodName" : "listJobs",
"operationName" : "ListJobs",
"paginated" : false,
"returnType" : {
"returnType" : "ListJobsResponse",
"documentation" : "Output structure for the ListJobs operation."
},
"syncReturnType" : "ListJobsResponse"
},
"UpdateJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file. The manifest file attached to this request replaces the original manifest file. You can only use the operation after a CreateJob request but before the data transfer starts and you can only use it on jobs you own.",
"exceptions" : [ {
"exceptionName" : "MissingParameterException",
"documentation" : "One or more required parameters was missing from the request.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters had an invalid value.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccessKeyIdException",
"documentation" : "The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAddressException",
"documentation" : "The address specified in the manifest is invalid.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidManifestFieldException",
"documentation" : "One or more manifest fields was invalid. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidJobIdException",
"documentation" : "The JOBID was missing, not found, or not associated with the AWS account.",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingManifestFieldException",
"documentation" : "One or more required fields were missing from the manifest file. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchBucketException",
"documentation" : "The specified bucket does not exist. Create the specified bucket or change the manifest's bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest's Access Key ID, has write permissions to.",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredJobIdException",
"documentation" : "Indicates that the specified job has expired out of the system.",
"httpStatusCode" : null
}, {
"exceptionName" : "CanceledJobIdException",
"documentation" : "The specified job ID has been canceled and is no longer valid.",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingCustomsException",
"documentation" : "One or more required customs parameters was missing from the manifest.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCustomsException",
"documentation" : "One or more customs parameters was invalid. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidFileSystemException",
"documentation" : "File system specified in export manifest is invalid.",
"httpStatusCode" : null
}, {
"exceptionName" : "MultipleRegionsException",
"documentation" : "Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.",
"httpStatusCode" : null
}, {
"exceptionName" : "BucketPermissionException",
"documentation" : "The account specified does not have the appropriate bucket permissions.",
"httpStatusCode" : null
}, {
"exceptionName" : "MalformedManifestException",
"documentation" : "Your manifest is not well-formed.",
"httpStatusCode" : null
}, {
"exceptionName" : "UnableToUpdateJobIdException",
"documentation" : "AWS Import/Export cannot update the job",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVersionException",
"documentation" : "The client tool version is invalid.",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateJobRequest",
"variableName" : "updateJobRequest",
"variableType" : "UpdateJobRequest",
"documentation" : "Input structure for the UpateJob operation.",
"simpleType" : "UpdateJobRequest",
"variableSetterType" : "UpdateJobRequest"
},
"methodName" : "updateJob",
"operationName" : "UpdateJob",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateJobResponse",
"documentation" : "Output structure for the UpateJob operation."
},
"syncReturnType" : "UpdateJobResponse"
}
},
"shapes" : {
"Artifact" : {
"c2jName" : "Artifact",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A discrete item that contains the description and URL of an artifact (such as a PDF).",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Description 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "Sets the value of the Description property for this object.\n\n@param description The new value for the Description property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "Returns the value of the Description property for this object.\n@return The value of the Description 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" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "Sets the value of the Description property for this object.\n\n@param description The new value for the Description property for this object.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getURL",
"beanStyleSetterMethodName" : "setURL",
"c2jName" : "URL",
"c2jShape" : "URL",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the URL 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 #url(String)}.\n@param url a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #url(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "url",
"fluentSetterDocumentation" : "Sets the value of the URL property for this object.\n\n@param url The new value for the URL property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "url",
"getterDocumentation" : "Returns the value of the URL property for this object.\n@return The value of the URL 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" : "URL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "URL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "URL",
"setterDocumentation" : "Sets the value of the URL property for this object.\n\n@param url The new value for the URL property for this object.",
"setterMethodName" : "setURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "url",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "url",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Description 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "Sets the value of the Description property for this object.\n\n@param description The new value for the Description property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "Returns the value of the Description property for this object.\n@return The value of the Description 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" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "Sets the value of the Description property for this object.\n\n@param description The new value for the Description property for this object.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"URL" : {
"beanStyleGetterMethodName" : "getURL",
"beanStyleSetterMethodName" : "setURL",
"c2jName" : "URL",
"c2jShape" : "URL",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the URL 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 #url(String)}.\n@param url a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #url(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "url",
"fluentSetterDocumentation" : "Sets the value of the URL property for this object.\n\n@param url The new value for the URL property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "url",
"getterDocumentation" : "Returns the value of the URL property for this object.\n@return The value of the URL 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" : "URL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "URL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "URL",
"setterDocumentation" : "Sets the value of the URL property for this object.\n\n@param url The new value for the URL property for this object.",
"setterMethodName" : "setURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "url",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "url",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Description 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "Sets the value of the Description property for this object.\n\n@param description The new value for the Description property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "Returns the value of the Description property for this object.\n@return The value of the Description 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" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "Sets the value of the Description property for this object.\n\n@param description The new value for the Description property for this object.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getURL",
"beanStyleSetterMethodName" : "setURL",
"c2jName" : "URL",
"c2jShape" : "URL",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the URL 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 #url(String)}.\n@param url a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #url(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "url",
"fluentSetterDocumentation" : "Sets the value of the URL property for this object.\n\n@param url The new value for the URL property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "url",
"getterDocumentation" : "Returns the value of the URL property for this object.\n@return The value of the URL 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" : "URL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "URL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "URL",
"setterDocumentation" : "Sets the value of the URL property for this object.\n\n@param url The new value for the URL property for this object.",
"setterMethodName" : "setURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "url",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "url",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Artifact",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "artifact",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"wrapper" : false
},
"BucketPermissionException" : {
"c2jName" : "BucketPermissionException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The account specified does not have the appropriate bucket permissions.",
"enums" : null,
"errorCode" : "BucketPermissionException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BucketPermissionException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BucketPermissionException",
"variableName" : "bucketPermissionException",
"variableType" : "BucketPermissionException",
"documentation" : null,
"simpleType" : "BucketPermissionException",
"variableSetterType" : "BucketPermissionException"
},
"wrapper" : false
},
"CancelJobRequest" : {
"c2jName" : "CancelJobInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Input structure for the CancelJob operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CancelJob",
"locationName" : null,
"requestUri" : "/?Operation=CancelJob",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIVersion" : {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "JobId" ],
"shapeName" : "CancelJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CancelJobRequest",
"variableName" : "cancelJobRequest",
"variableType" : "CancelJobRequest",
"documentation" : null,
"simpleType" : "CancelJobRequest",
"variableSetterType" : "CancelJobRequest"
},
"wrapper" : false
},
"CancelJobResponse" : {
"c2jName" : "CancelJobOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Output structure for the CancelJob operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSuccess",
"beanStyleSetterMethodName" : "setSuccess",
"c2jName" : "Success",
"c2jShape" : "Success",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "success",
"fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "success",
"getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Success",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Success",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Success",
"setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.",
"setterMethodName" : "setSuccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Success" : {
"beanStyleGetterMethodName" : "getSuccess",
"beanStyleSetterMethodName" : "setSuccess",
"c2jName" : "Success",
"c2jShape" : "Success",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "success",
"fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "success",
"getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Success",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Success",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Success",
"setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.",
"setterMethodName" : "setSuccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSuccess",
"beanStyleSetterMethodName" : "setSuccess",
"c2jName" : "Success",
"c2jShape" : "Success",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "success",
"fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "success",
"getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Success",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Success",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Success",
"setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.",
"setterMethodName" : "setSuccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CancelJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CancelJobResult"
},
"variable" : {
"variableDeclarationType" : "CancelJobResponse",
"variableName" : "cancelJobResponse",
"variableType" : "CancelJobResponse",
"documentation" : null,
"simpleType" : "CancelJobResponse",
"variableSetterType" : "CancelJobResponse"
},
"wrapper" : false
},
"CanceledJobIdException" : {
"c2jName" : "CanceledJobIdException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The specified job ID has been canceled and is no longer valid.",
"enums" : null,
"errorCode" : "CanceledJobIdException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CanceledJobIdException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CanceledJobIdException",
"variableName" : "canceledJobIdException",
"variableType" : "CanceledJobIdException",
"documentation" : null,
"simpleType" : "CanceledJobIdException",
"variableSetterType" : "CanceledJobIdException"
},
"wrapper" : false
},
"CreateJobQuotaExceededException" : {
"c2jName" : "CreateJobQuotaExceededException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Each account can create only a certain number of jobs per day. If you need to create more than this, please contact [email protected] to explain your particular use case.",
"enums" : null,
"errorCode" : "CreateJobQuotaExceededException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateJobQuotaExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateJobQuotaExceededException",
"variableName" : "createJobQuotaExceededException",
"variableType" : "CreateJobQuotaExceededException",
"documentation" : null,
"simpleType" : "CreateJobQuotaExceededException",
"variableSetterType" : "CreateJobQuotaExceededException"
},
"wrapper" : false
},
"CreateJobRequest" : {
"c2jName" : "CreateJobInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Input structure for the CreateJob operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateJob",
"locationName" : null,
"requestUri" : "/?Operation=CreateJob",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getManifest",
"beanStyleSetterMethodName" : "setManifest",
"c2jName" : "Manifest",
"c2jShape" : "Manifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Manifest 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 #manifest(String)}.\n@param manifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifest",
"fluentSetterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifest",
"getterDocumentation" : "Returns the value of the Manifest property for this object.\n@return The value of the Manifest 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" : "Manifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Manifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Manifest",
"setterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.",
"setterMethodName" : "setManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getManifestAddendum",
"beanStyleSetterMethodName" : "setManifestAddendum",
"c2jName" : "ManifestAddendum",
"c2jShape" : "ManifestAddendum",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ManifestAddendum 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 #manifestAddendum(String)}.\n@param manifestAddendum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifestAddendum(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifestAddendum",
"fluentSetterDocumentation" : "Sets the value of the ManifestAddendum property for this object.\n\n@param manifestAddendum The new value for the ManifestAddendum property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifestAddendum",
"getterDocumentation" : "Returns the value of the ManifestAddendum property for this object.\n@return The value of the ManifestAddendum 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" : "ManifestAddendum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ManifestAddendum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ManifestAddendum",
"setterDocumentation" : "Sets the value of the ManifestAddendum property for this object.\n\n@param manifestAddendum The new value for the ManifestAddendum property for this object.",
"setterMethodName" : "setManifestAddendum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifestAddendum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifestAddendum",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidateOnly",
"beanStyleSetterMethodName" : "setValidateOnly",
"c2jName" : "ValidateOnly",
"c2jShape" : "ValidateOnly",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #validateOnly(Boolean)}.\n@param validateOnly 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 #validateOnly(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validateOnly",
"fluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validateOnly",
"getterDocumentation" : "Returns the value of the ValidateOnly property for this object.\n@return The value of the ValidateOnly property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidateOnly",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidateOnly",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ValidateOnly",
"setterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.",
"setterMethodName" : "setValidateOnly",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIVersion" : {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobType" : {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Manifest" : {
"beanStyleGetterMethodName" : "getManifest",
"beanStyleSetterMethodName" : "setManifest",
"c2jName" : "Manifest",
"c2jShape" : "Manifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Manifest 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 #manifest(String)}.\n@param manifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifest",
"fluentSetterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifest",
"getterDocumentation" : "Returns the value of the Manifest property for this object.\n@return The value of the Manifest 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" : "Manifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Manifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Manifest",
"setterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.",
"setterMethodName" : "setManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ManifestAddendum" : {
"beanStyleGetterMethodName" : "getManifestAddendum",
"beanStyleSetterMethodName" : "setManifestAddendum",
"c2jName" : "ManifestAddendum",
"c2jShape" : "ManifestAddendum",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ManifestAddendum 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 #manifestAddendum(String)}.\n@param manifestAddendum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifestAddendum(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifestAddendum",
"fluentSetterDocumentation" : "Sets the value of the ManifestAddendum property for this object.\n\n@param manifestAddendum The new value for the ManifestAddendum property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifestAddendum",
"getterDocumentation" : "Returns the value of the ManifestAddendum property for this object.\n@return The value of the ManifestAddendum 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" : "ManifestAddendum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ManifestAddendum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ManifestAddendum",
"setterDocumentation" : "Sets the value of the ManifestAddendum property for this object.\n\n@param manifestAddendum The new value for the ManifestAddendum property for this object.",
"setterMethodName" : "setManifestAddendum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifestAddendum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifestAddendum",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ValidateOnly" : {
"beanStyleGetterMethodName" : "getValidateOnly",
"beanStyleSetterMethodName" : "setValidateOnly",
"c2jName" : "ValidateOnly",
"c2jShape" : "ValidateOnly",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #validateOnly(Boolean)}.\n@param validateOnly 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 #validateOnly(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validateOnly",
"fluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validateOnly",
"getterDocumentation" : "Returns the value of the ValidateOnly property for this object.\n@return The value of the ValidateOnly property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidateOnly",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidateOnly",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ValidateOnly",
"setterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.",
"setterMethodName" : "setValidateOnly",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getManifest",
"beanStyleSetterMethodName" : "setManifest",
"c2jName" : "Manifest",
"c2jShape" : "Manifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Manifest 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 #manifest(String)}.\n@param manifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifest",
"fluentSetterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifest",
"getterDocumentation" : "Returns the value of the Manifest property for this object.\n@return The value of the Manifest 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" : "Manifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Manifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Manifest",
"setterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.",
"setterMethodName" : "setManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getManifestAddendum",
"beanStyleSetterMethodName" : "setManifestAddendum",
"c2jName" : "ManifestAddendum",
"c2jShape" : "ManifestAddendum",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ManifestAddendum 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 #manifestAddendum(String)}.\n@param manifestAddendum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifestAddendum(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifestAddendum",
"fluentSetterDocumentation" : "Sets the value of the ManifestAddendum property for this object.\n\n@param manifestAddendum The new value for the ManifestAddendum property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifestAddendum",
"getterDocumentation" : "Returns the value of the ManifestAddendum property for this object.\n@return The value of the ManifestAddendum 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" : "ManifestAddendum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ManifestAddendum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ManifestAddendum",
"setterDocumentation" : "Sets the value of the ManifestAddendum property for this object.\n\n@param manifestAddendum The new value for the ManifestAddendum property for this object.",
"setterMethodName" : "setManifestAddendum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifestAddendum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifestAddendum",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidateOnly",
"beanStyleSetterMethodName" : "setValidateOnly",
"c2jName" : "ValidateOnly",
"c2jShape" : "ValidateOnly",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #validateOnly(Boolean)}.\n@param validateOnly 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 #validateOnly(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validateOnly",
"fluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validateOnly",
"getterDocumentation" : "Returns the value of the ValidateOnly property for this object.\n@return The value of the ValidateOnly property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidateOnly",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidateOnly",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ValidateOnly",
"setterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.",
"setterMethodName" : "setValidateOnly",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "JobType", "Manifest", "ValidateOnly" ],
"shapeName" : "CreateJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateJobRequest",
"variableName" : "createJobRequest",
"variableType" : "CreateJobRequest",
"documentation" : null,
"simpleType" : "CreateJobRequest",
"variableSetterType" : "CreateJobRequest"
},
"wrapper" : false
},
"CreateJobResponse" : {
"c2jName" : "CreateJobOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Output structure for the CreateJob operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "Signature",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Signature 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 #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "Returns the value of the Signature property for this object.\n@return The value of the Signature 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" : "Signature",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signature",
"setterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignatureFileContents",
"beanStyleSetterMethodName" : "setSignatureFileContents",
"c2jName" : "SignatureFileContents",
"c2jShape" : "SignatureFileContents",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SignatureFileContents 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 #signatureFileContents(String)}.\n@param signatureFileContents a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureFileContents(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signatureFileContents",
"fluentSetterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signatureFileContents",
"getterDocumentation" : "Returns the value of the SignatureFileContents property for this object.\n@return The value of the SignatureFileContents 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" : "SignatureFileContents",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SignatureFileContents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SignatureFileContents",
"setterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.",
"setterMethodName" : "setSignatureFileContents",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWarningMessage",
"beanStyleSetterMethodName" : "setWarningMessage",
"c2jName" : "WarningMessage",
"c2jShape" : "WarningMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the WarningMessage 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 #warningMessage(String)}.\n@param warningMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warningMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warningMessage",
"fluentSetterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warningMessage",
"getterDocumentation" : "Returns the value of the WarningMessage property for this object.\n@return The value of the WarningMessage 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" : "WarningMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WarningMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "WarningMessage",
"setterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.",
"setterMethodName" : "setWarningMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ArtifactList" : {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobType" : {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Signature" : {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "Signature",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Signature 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 #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "Returns the value of the Signature property for this object.\n@return The value of the Signature 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" : "Signature",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signature",
"setterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SignatureFileContents" : {
"beanStyleGetterMethodName" : "getSignatureFileContents",
"beanStyleSetterMethodName" : "setSignatureFileContents",
"c2jName" : "SignatureFileContents",
"c2jShape" : "SignatureFileContents",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SignatureFileContents 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 #signatureFileContents(String)}.\n@param signatureFileContents a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureFileContents(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signatureFileContents",
"fluentSetterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signatureFileContents",
"getterDocumentation" : "Returns the value of the SignatureFileContents property for this object.\n@return The value of the SignatureFileContents 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" : "SignatureFileContents",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SignatureFileContents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SignatureFileContents",
"setterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.",
"setterMethodName" : "setSignatureFileContents",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"WarningMessage" : {
"beanStyleGetterMethodName" : "getWarningMessage",
"beanStyleSetterMethodName" : "setWarningMessage",
"c2jName" : "WarningMessage",
"c2jShape" : "WarningMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the WarningMessage 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 #warningMessage(String)}.\n@param warningMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warningMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warningMessage",
"fluentSetterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warningMessage",
"getterDocumentation" : "Returns the value of the WarningMessage property for this object.\n@return The value of the WarningMessage 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" : "WarningMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WarningMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "WarningMessage",
"setterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.",
"setterMethodName" : "setWarningMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "Signature",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Signature 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 #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "Returns the value of the Signature property for this object.\n@return The value of the Signature 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" : "Signature",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signature",
"setterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignatureFileContents",
"beanStyleSetterMethodName" : "setSignatureFileContents",
"c2jName" : "SignatureFileContents",
"c2jShape" : "SignatureFileContents",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SignatureFileContents 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 #signatureFileContents(String)}.\n@param signatureFileContents a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureFileContents(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signatureFileContents",
"fluentSetterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signatureFileContents",
"getterDocumentation" : "Returns the value of the SignatureFileContents property for this object.\n@return The value of the SignatureFileContents 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" : "SignatureFileContents",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SignatureFileContents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SignatureFileContents",
"setterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.",
"setterMethodName" : "setSignatureFileContents",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWarningMessage",
"beanStyleSetterMethodName" : "setWarningMessage",
"c2jName" : "WarningMessage",
"c2jShape" : "WarningMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the WarningMessage 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 #warningMessage(String)}.\n@param warningMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warningMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warningMessage",
"fluentSetterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warningMessage",
"getterDocumentation" : "Returns the value of the WarningMessage property for this object.\n@return The value of the WarningMessage 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" : "WarningMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WarningMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "WarningMessage",
"setterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.",
"setterMethodName" : "setWarningMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateJobResult"
},
"variable" : {
"variableDeclarationType" : "CreateJobResponse",
"variableName" : "createJobResponse",
"variableType" : "CreateJobResponse",
"documentation" : null,
"simpleType" : "CreateJobResponse",
"variableSetterType" : "CreateJobResponse"
},
"wrapper" : false
},
"ExpiredJobIdException" : {
"c2jName" : "ExpiredJobIdException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that the specified job has expired out of the system.",
"enums" : null,
"errorCode" : "ExpiredJobIdException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ExpiredJobIdException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ExpiredJobIdException",
"variableName" : "expiredJobIdException",
"variableType" : "ExpiredJobIdException",
"documentation" : null,
"simpleType" : "ExpiredJobIdException",
"variableSetterType" : "ExpiredJobIdException"
},
"wrapper" : false
},
"GetShippingLabelRequest" : {
"c2jName" : "GetShippingLabelInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetShippingLabel",
"locationName" : null,
"requestUri" : "/?Operation=GetShippingLabel",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getJobIds",
"beanStyleSetterMethodName" : "setJobIds",
"c2jName" : "jobIds",
"c2jShape" : "JobIdList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobIds property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobIds(List)}.\n@param jobIds 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 #jobIds(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobIds",
"fluentSetterDocumentation" : "Sets the value of the JobIds property for this object.\n\n@param jobIds The new value for the JobIds property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobIds",
"getterDocumentation" : "Returns the value of the JobIds property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the JobIds property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "GenericString",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"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,
"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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "JobIds",
"setterDocumentation" : "Sets the value of the JobIds property for this object.\n\n@param jobIds The new value for the JobIds property for this object.",
"setterMethodName" : "setJobIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "name",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompany",
"beanStyleSetterMethodName" : "setCompany",
"c2jName" : "company",
"c2jShape" : "company",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Company 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 #company(String)}.\n@param company a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #company(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "company",
"fluentSetterDocumentation" : "Sets the value of the Company property for this object.\n\n@param company The new value for the Company property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "company",
"getterDocumentation" : "Returns the value of the Company property for this object.\n@return The value of the Company 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" : "company",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "company",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Company",
"setterDocumentation" : "Sets the value of the Company property for this object.\n\n@param company The new value for the Company property for this object.",
"setterMethodName" : "setCompany",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "company",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "company",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "phoneNumber",
"c2jShape" : "phoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the PhoneNumber 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 #phoneNumber(String)}.\n@param phoneNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phoneNumber(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "Sets the value of the PhoneNumber property for this object.\n\n@param phoneNumber The new value for the PhoneNumber property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "Returns the value of the PhoneNumber property for this object.\n@return The value of the PhoneNumber 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" : "phoneNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "phoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"setterDocumentation" : "Sets the value of the PhoneNumber property for this object.\n\n@param phoneNumber The new value for the PhoneNumber property for this object.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCountry",
"beanStyleSetterMethodName" : "setCountry",
"c2jName" : "country",
"c2jShape" : "country",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Country 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 #country(String)}.\n@param country a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #country(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "country",
"fluentSetterDocumentation" : "Sets the value of the Country property for this object.\n\n@param country The new value for the Country property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "country",
"getterDocumentation" : "Returns the value of the Country property for this object.\n@return The value of the Country 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" : "country",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "country",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Country",
"setterDocumentation" : "Sets the value of the Country property for this object.\n\n@param country The new value for the Country property for this object.",
"setterMethodName" : "setCountry",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStateOrProvince",
"beanStyleSetterMethodName" : "setStateOrProvince",
"c2jName" : "stateOrProvince",
"c2jShape" : "stateOrProvince",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateOrProvince 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 #stateOrProvince(String)}.\n@param stateOrProvince a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateOrProvince(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "stateOrProvince",
"fluentSetterDocumentation" : "Sets the value of the StateOrProvince property for this object.\n\n@param stateOrProvince The new value for the StateOrProvince property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateOrProvince",
"getterDocumentation" : "Returns the value of the StateOrProvince property for this object.\n@return The value of the StateOrProvince 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" : "stateOrProvince",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "stateOrProvince",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StateOrProvince",
"setterDocumentation" : "Sets the value of the StateOrProvince property for this object.\n\n@param stateOrProvince The new value for the StateOrProvince property for this object.",
"setterMethodName" : "setStateOrProvince",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateOrProvince",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateOrProvince",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCity",
"beanStyleSetterMethodName" : "setCity",
"c2jName" : "city",
"c2jShape" : "city",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the City 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 #city(String)}.\n@param city a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #city(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "city",
"fluentSetterDocumentation" : "Sets the value of the City property for this object.\n\n@param city The new value for the City property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "city",
"getterDocumentation" : "Returns the value of the City property for this object.\n@return The value of the City 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" : "city",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "city",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "City",
"setterDocumentation" : "Sets the value of the City property for this object.\n\n@param city The new value for the City property for this object.",
"setterMethodName" : "setCity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPostalCode",
"beanStyleSetterMethodName" : "setPostalCode",
"c2jName" : "postalCode",
"c2jShape" : "postalCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the PostalCode 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 #postalCode(String)}.\n@param postalCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #postalCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "postalCode",
"fluentSetterDocumentation" : "Sets the value of the PostalCode property for this object.\n\n@param postalCode The new value for the PostalCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "postalCode",
"getterDocumentation" : "Returns the value of the PostalCode property for this object.\n@return The value of the PostalCode 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" : "postalCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "postalCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PostalCode",
"setterDocumentation" : "Sets the value of the PostalCode property for this object.\n\n@param postalCode The new value for the PostalCode property for this object.",
"setterMethodName" : "setPostalCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "postalCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "postalCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreet1",
"beanStyleSetterMethodName" : "setStreet1",
"c2jName" : "street1",
"c2jShape" : "street1",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street1 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 #street1(String)}.\n@param street1 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street1(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street1",
"fluentSetterDocumentation" : "Sets the value of the Street1 property for this object.\n\n@param street1 The new value for the Street1 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street1",
"getterDocumentation" : "Returns the value of the Street1 property for this object.\n@return The value of the Street1 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" : "street1",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street1",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street1",
"setterDocumentation" : "Sets the value of the Street1 property for this object.\n\n@param street1 The new value for the Street1 property for this object.",
"setterMethodName" : "setStreet1",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street1",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street1",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreet2",
"beanStyleSetterMethodName" : "setStreet2",
"c2jName" : "street2",
"c2jShape" : "street2",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street2 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 #street2(String)}.\n@param street2 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street2(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street2",
"fluentSetterDocumentation" : "Sets the value of the Street2 property for this object.\n\n@param street2 The new value for the Street2 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street2",
"getterDocumentation" : "Returns the value of the Street2 property for this object.\n@return The value of the Street2 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" : "street2",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street2",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street2",
"setterDocumentation" : "Sets the value of the Street2 property for this object.\n\n@param street2 The new value for the Street2 property for this object.",
"setterMethodName" : "setStreet2",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street2",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street2",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreet3",
"beanStyleSetterMethodName" : "setStreet3",
"c2jName" : "street3",
"c2jShape" : "street3",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street3 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 #street3(String)}.\n@param street3 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street3(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street3",
"fluentSetterDocumentation" : "Sets the value of the Street3 property for this object.\n\n@param street3 The new value for the Street3 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street3",
"getterDocumentation" : "Returns the value of the Street3 property for this object.\n@return The value of the Street3 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" : "street3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street3",
"setterDocumentation" : "Sets the value of the Street3 property for this object.\n\n@param street3 The new value for the Street3 property for this object.",
"setterMethodName" : "setStreet3",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street3",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street3",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIVersion" : {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"City" : {
"beanStyleGetterMethodName" : "getCity",
"beanStyleSetterMethodName" : "setCity",
"c2jName" : "city",
"c2jShape" : "city",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the City 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 #city(String)}.\n@param city a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #city(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "city",
"fluentSetterDocumentation" : "Sets the value of the City property for this object.\n\n@param city The new value for the City property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "city",
"getterDocumentation" : "Returns the value of the City property for this object.\n@return The value of the City 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" : "city",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "city",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "City",
"setterDocumentation" : "Sets the value of the City property for this object.\n\n@param city The new value for the City property for this object.",
"setterMethodName" : "setCity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Company" : {
"beanStyleGetterMethodName" : "getCompany",
"beanStyleSetterMethodName" : "setCompany",
"c2jName" : "company",
"c2jShape" : "company",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Company 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 #company(String)}.\n@param company a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #company(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "company",
"fluentSetterDocumentation" : "Sets the value of the Company property for this object.\n\n@param company The new value for the Company property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "company",
"getterDocumentation" : "Returns the value of the Company property for this object.\n@return The value of the Company 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" : "company",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "company",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Company",
"setterDocumentation" : "Sets the value of the Company property for this object.\n\n@param company The new value for the Company property for this object.",
"setterMethodName" : "setCompany",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "company",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "company",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Country" : {
"beanStyleGetterMethodName" : "getCountry",
"beanStyleSetterMethodName" : "setCountry",
"c2jName" : "country",
"c2jShape" : "country",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Country 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 #country(String)}.\n@param country a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #country(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "country",
"fluentSetterDocumentation" : "Sets the value of the Country property for this object.\n\n@param country The new value for the Country property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "country",
"getterDocumentation" : "Returns the value of the Country property for this object.\n@return The value of the Country 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" : "country",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "country",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Country",
"setterDocumentation" : "Sets the value of the Country property for this object.\n\n@param country The new value for the Country property for this object.",
"setterMethodName" : "setCountry",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobIds" : {
"beanStyleGetterMethodName" : "getJobIds",
"beanStyleSetterMethodName" : "setJobIds",
"c2jName" : "jobIds",
"c2jShape" : "JobIdList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobIds property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobIds(List)}.\n@param jobIds 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 #jobIds(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobIds",
"fluentSetterDocumentation" : "Sets the value of the JobIds property for this object.\n\n@param jobIds The new value for the JobIds property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobIds",
"getterDocumentation" : "Returns the value of the JobIds property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the JobIds property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "GenericString",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"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,
"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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "JobIds",
"setterDocumentation" : "Sets the value of the JobIds property for this object.\n\n@param jobIds The new value for the JobIds property for this object.",
"setterMethodName" : "setJobIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "name",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PhoneNumber" : {
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "phoneNumber",
"c2jShape" : "phoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the PhoneNumber 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 #phoneNumber(String)}.\n@param phoneNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phoneNumber(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "Sets the value of the PhoneNumber property for this object.\n\n@param phoneNumber The new value for the PhoneNumber property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "Returns the value of the PhoneNumber property for this object.\n@return The value of the PhoneNumber 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" : "phoneNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "phoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"setterDocumentation" : "Sets the value of the PhoneNumber property for this object.\n\n@param phoneNumber The new value for the PhoneNumber property for this object.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PostalCode" : {
"beanStyleGetterMethodName" : "getPostalCode",
"beanStyleSetterMethodName" : "setPostalCode",
"c2jName" : "postalCode",
"c2jShape" : "postalCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the PostalCode 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 #postalCode(String)}.\n@param postalCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #postalCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "postalCode",
"fluentSetterDocumentation" : "Sets the value of the PostalCode property for this object.\n\n@param postalCode The new value for the PostalCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "postalCode",
"getterDocumentation" : "Returns the value of the PostalCode property for this object.\n@return The value of the PostalCode 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" : "postalCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "postalCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PostalCode",
"setterDocumentation" : "Sets the value of the PostalCode property for this object.\n\n@param postalCode The new value for the PostalCode property for this object.",
"setterMethodName" : "setPostalCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "postalCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "postalCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StateOrProvince" : {
"beanStyleGetterMethodName" : "getStateOrProvince",
"beanStyleSetterMethodName" : "setStateOrProvince",
"c2jName" : "stateOrProvince",
"c2jShape" : "stateOrProvince",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateOrProvince 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 #stateOrProvince(String)}.\n@param stateOrProvince a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateOrProvince(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "stateOrProvince",
"fluentSetterDocumentation" : "Sets the value of the StateOrProvince property for this object.\n\n@param stateOrProvince The new value for the StateOrProvince property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateOrProvince",
"getterDocumentation" : "Returns the value of the StateOrProvince property for this object.\n@return The value of the StateOrProvince 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" : "stateOrProvince",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "stateOrProvince",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StateOrProvince",
"setterDocumentation" : "Sets the value of the StateOrProvince property for this object.\n\n@param stateOrProvince The new value for the StateOrProvince property for this object.",
"setterMethodName" : "setStateOrProvince",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateOrProvince",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateOrProvince",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Street1" : {
"beanStyleGetterMethodName" : "getStreet1",
"beanStyleSetterMethodName" : "setStreet1",
"c2jName" : "street1",
"c2jShape" : "street1",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street1 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 #street1(String)}.\n@param street1 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street1(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street1",
"fluentSetterDocumentation" : "Sets the value of the Street1 property for this object.\n\n@param street1 The new value for the Street1 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street1",
"getterDocumentation" : "Returns the value of the Street1 property for this object.\n@return The value of the Street1 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" : "street1",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street1",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street1",
"setterDocumentation" : "Sets the value of the Street1 property for this object.\n\n@param street1 The new value for the Street1 property for this object.",
"setterMethodName" : "setStreet1",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street1",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street1",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Street2" : {
"beanStyleGetterMethodName" : "getStreet2",
"beanStyleSetterMethodName" : "setStreet2",
"c2jName" : "street2",
"c2jShape" : "street2",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street2 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 #street2(String)}.\n@param street2 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street2(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street2",
"fluentSetterDocumentation" : "Sets the value of the Street2 property for this object.\n\n@param street2 The new value for the Street2 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street2",
"getterDocumentation" : "Returns the value of the Street2 property for this object.\n@return The value of the Street2 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" : "street2",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street2",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street2",
"setterDocumentation" : "Sets the value of the Street2 property for this object.\n\n@param street2 The new value for the Street2 property for this object.",
"setterMethodName" : "setStreet2",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street2",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street2",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Street3" : {
"beanStyleGetterMethodName" : "getStreet3",
"beanStyleSetterMethodName" : "setStreet3",
"c2jName" : "street3",
"c2jShape" : "street3",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street3 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 #street3(String)}.\n@param street3 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street3(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street3",
"fluentSetterDocumentation" : "Sets the value of the Street3 property for this object.\n\n@param street3 The new value for the Street3 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street3",
"getterDocumentation" : "Returns the value of the Street3 property for this object.\n@return The value of the Street3 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" : "street3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street3",
"setterDocumentation" : "Sets the value of the Street3 property for this object.\n\n@param street3 The new value for the Street3 property for this object.",
"setterMethodName" : "setStreet3",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street3",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street3",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobIds",
"beanStyleSetterMethodName" : "setJobIds",
"c2jName" : "jobIds",
"c2jShape" : "JobIdList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobIds property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobIds(List)}.\n@param jobIds 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 #jobIds(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobIds",
"fluentSetterDocumentation" : "Sets the value of the JobIds property for this object.\n\n@param jobIds The new value for the JobIds property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobIds",
"getterDocumentation" : "Returns the value of the JobIds property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the JobIds property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "GenericString",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"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,
"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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "JobIds",
"setterDocumentation" : "Sets the value of the JobIds property for this object.\n\n@param jobIds The new value for the JobIds property for this object.",
"setterMethodName" : "setJobIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "name",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompany",
"beanStyleSetterMethodName" : "setCompany",
"c2jName" : "company",
"c2jShape" : "company",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Company 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 #company(String)}.\n@param company a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #company(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "company",
"fluentSetterDocumentation" : "Sets the value of the Company property for this object.\n\n@param company The new value for the Company property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "company",
"getterDocumentation" : "Returns the value of the Company property for this object.\n@return The value of the Company 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" : "company",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "company",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Company",
"setterDocumentation" : "Sets the value of the Company property for this object.\n\n@param company The new value for the Company property for this object.",
"setterMethodName" : "setCompany",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "company",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "company",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "phoneNumber",
"c2jShape" : "phoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the PhoneNumber 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 #phoneNumber(String)}.\n@param phoneNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phoneNumber(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "Sets the value of the PhoneNumber property for this object.\n\n@param phoneNumber The new value for the PhoneNumber property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "Returns the value of the PhoneNumber property for this object.\n@return The value of the PhoneNumber 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" : "phoneNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "phoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"setterDocumentation" : "Sets the value of the PhoneNumber property for this object.\n\n@param phoneNumber The new value for the PhoneNumber property for this object.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCountry",
"beanStyleSetterMethodName" : "setCountry",
"c2jName" : "country",
"c2jShape" : "country",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Country 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 #country(String)}.\n@param country a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #country(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "country",
"fluentSetterDocumentation" : "Sets the value of the Country property for this object.\n\n@param country The new value for the Country property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "country",
"getterDocumentation" : "Returns the value of the Country property for this object.\n@return The value of the Country 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" : "country",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "country",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Country",
"setterDocumentation" : "Sets the value of the Country property for this object.\n\n@param country The new value for the Country property for this object.",
"setterMethodName" : "setCountry",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStateOrProvince",
"beanStyleSetterMethodName" : "setStateOrProvince",
"c2jName" : "stateOrProvince",
"c2jShape" : "stateOrProvince",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateOrProvince 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 #stateOrProvince(String)}.\n@param stateOrProvince a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateOrProvince(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "stateOrProvince",
"fluentSetterDocumentation" : "Sets the value of the StateOrProvince property for this object.\n\n@param stateOrProvince The new value for the StateOrProvince property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateOrProvince",
"getterDocumentation" : "Returns the value of the StateOrProvince property for this object.\n@return The value of the StateOrProvince 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" : "stateOrProvince",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "stateOrProvince",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StateOrProvince",
"setterDocumentation" : "Sets the value of the StateOrProvince property for this object.\n\n@param stateOrProvince The new value for the StateOrProvince property for this object.",
"setterMethodName" : "setStateOrProvince",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateOrProvince",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateOrProvince",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCity",
"beanStyleSetterMethodName" : "setCity",
"c2jName" : "city",
"c2jShape" : "city",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the City 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 #city(String)}.\n@param city a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #city(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "city",
"fluentSetterDocumentation" : "Sets the value of the City property for this object.\n\n@param city The new value for the City property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "city",
"getterDocumentation" : "Returns the value of the City property for this object.\n@return The value of the City 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" : "city",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "city",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "City",
"setterDocumentation" : "Sets the value of the City property for this object.\n\n@param city The new value for the City property for this object.",
"setterMethodName" : "setCity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPostalCode",
"beanStyleSetterMethodName" : "setPostalCode",
"c2jName" : "postalCode",
"c2jShape" : "postalCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the PostalCode 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 #postalCode(String)}.\n@param postalCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #postalCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "postalCode",
"fluentSetterDocumentation" : "Sets the value of the PostalCode property for this object.\n\n@param postalCode The new value for the PostalCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "postalCode",
"getterDocumentation" : "Returns the value of the PostalCode property for this object.\n@return The value of the PostalCode 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" : "postalCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "postalCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PostalCode",
"setterDocumentation" : "Sets the value of the PostalCode property for this object.\n\n@param postalCode The new value for the PostalCode property for this object.",
"setterMethodName" : "setPostalCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "postalCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "postalCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreet1",
"beanStyleSetterMethodName" : "setStreet1",
"c2jName" : "street1",
"c2jShape" : "street1",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street1 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 #street1(String)}.\n@param street1 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street1(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street1",
"fluentSetterDocumentation" : "Sets the value of the Street1 property for this object.\n\n@param street1 The new value for the Street1 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street1",
"getterDocumentation" : "Returns the value of the Street1 property for this object.\n@return The value of the Street1 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" : "street1",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street1",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street1",
"setterDocumentation" : "Sets the value of the Street1 property for this object.\n\n@param street1 The new value for the Street1 property for this object.",
"setterMethodName" : "setStreet1",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street1",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street1",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreet2",
"beanStyleSetterMethodName" : "setStreet2",
"c2jName" : "street2",
"c2jShape" : "street2",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street2 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 #street2(String)}.\n@param street2 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street2(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street2",
"fluentSetterDocumentation" : "Sets the value of the Street2 property for this object.\n\n@param street2 The new value for the Street2 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street2",
"getterDocumentation" : "Returns the value of the Street2 property for this object.\n@return The value of the Street2 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" : "street2",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street2",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street2",
"setterDocumentation" : "Sets the value of the Street2 property for this object.\n\n@param street2 The new value for the Street2 property for this object.",
"setterMethodName" : "setStreet2",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street2",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street2",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreet3",
"beanStyleSetterMethodName" : "setStreet3",
"c2jName" : "street3",
"c2jShape" : "street3",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Street3 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 #street3(String)}.\n@param street3 a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #street3(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "street3",
"fluentSetterDocumentation" : "Sets the value of the Street3 property for this object.\n\n@param street3 The new value for the Street3 property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "street3",
"getterDocumentation" : "Returns the value of the Street3 property for this object.\n@return The value of the Street3 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" : "street3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "street3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Street3",
"setterDocumentation" : "Sets the value of the Street3 property for this object.\n\n@param street3 The new value for the Street3 property for this object.",
"setterMethodName" : "setStreet3",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "street3",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "street3",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "jobIds" ],
"shapeName" : "GetShippingLabelRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetShippingLabelRequest",
"variableName" : "getShippingLabelRequest",
"variableType" : "GetShippingLabelRequest",
"documentation" : null,
"simpleType" : "GetShippingLabelRequest",
"variableSetterType" : "GetShippingLabelRequest"
},
"wrapper" : false
},
"GetShippingLabelResponse" : {
"c2jName" : "GetShippingLabelOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getShippingLabelURL",
"beanStyleSetterMethodName" : "setShippingLabelURL",
"c2jName" : "ShippingLabelURL",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ShippingLabelURL 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 #shippingLabelURL(String)}.\n@param shippingLabelURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shippingLabelURL(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "shippingLabelURL",
"fluentSetterDocumentation" : "Sets the value of the ShippingLabelURL property for this object.\n\n@param shippingLabelURL The new value for the ShippingLabelURL property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shippingLabelURL",
"getterDocumentation" : "Returns the value of the ShippingLabelURL property for this object.\n@return The value of the ShippingLabelURL 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" : "ShippingLabelURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShippingLabelURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShippingLabelURL",
"setterDocumentation" : "Sets the value of the ShippingLabelURL property for this object.\n\n@param shippingLabelURL The new value for the ShippingLabelURL property for this object.",
"setterMethodName" : "setShippingLabelURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shippingLabelURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shippingLabelURL",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWarning",
"beanStyleSetterMethodName" : "setWarning",
"c2jName" : "Warning",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Warning 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 #warning(String)}.\n@param warning a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warning(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warning",
"fluentSetterDocumentation" : "Sets the value of the Warning property for this object.\n\n@param warning The new value for the Warning property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warning",
"getterDocumentation" : "Returns the value of the Warning property for this object.\n@return The value of the Warning 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" : "Warning",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Warning",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Warning",
"setterDocumentation" : "Sets the value of the Warning property for this object.\n\n@param warning The new value for the Warning property for this object.",
"setterMethodName" : "setWarning",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warning",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warning",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShippingLabelURL" : {
"beanStyleGetterMethodName" : "getShippingLabelURL",
"beanStyleSetterMethodName" : "setShippingLabelURL",
"c2jName" : "ShippingLabelURL",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ShippingLabelURL 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 #shippingLabelURL(String)}.\n@param shippingLabelURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shippingLabelURL(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "shippingLabelURL",
"fluentSetterDocumentation" : "Sets the value of the ShippingLabelURL property for this object.\n\n@param shippingLabelURL The new value for the ShippingLabelURL property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shippingLabelURL",
"getterDocumentation" : "Returns the value of the ShippingLabelURL property for this object.\n@return The value of the ShippingLabelURL 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" : "ShippingLabelURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShippingLabelURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShippingLabelURL",
"setterDocumentation" : "Sets the value of the ShippingLabelURL property for this object.\n\n@param shippingLabelURL The new value for the ShippingLabelURL property for this object.",
"setterMethodName" : "setShippingLabelURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shippingLabelURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shippingLabelURL",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Warning" : {
"beanStyleGetterMethodName" : "getWarning",
"beanStyleSetterMethodName" : "setWarning",
"c2jName" : "Warning",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Warning 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 #warning(String)}.\n@param warning a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warning(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warning",
"fluentSetterDocumentation" : "Sets the value of the Warning property for this object.\n\n@param warning The new value for the Warning property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warning",
"getterDocumentation" : "Returns the value of the Warning property for this object.\n@return The value of the Warning 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" : "Warning",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Warning",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Warning",
"setterDocumentation" : "Sets the value of the Warning property for this object.\n\n@param warning The new value for the Warning property for this object.",
"setterMethodName" : "setWarning",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warning",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warning",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getShippingLabelURL",
"beanStyleSetterMethodName" : "setShippingLabelURL",
"c2jName" : "ShippingLabelURL",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ShippingLabelURL 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 #shippingLabelURL(String)}.\n@param shippingLabelURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shippingLabelURL(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "shippingLabelURL",
"fluentSetterDocumentation" : "Sets the value of the ShippingLabelURL property for this object.\n\n@param shippingLabelURL The new value for the ShippingLabelURL property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shippingLabelURL",
"getterDocumentation" : "Returns the value of the ShippingLabelURL property for this object.\n@return The value of the ShippingLabelURL 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" : "ShippingLabelURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShippingLabelURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShippingLabelURL",
"setterDocumentation" : "Sets the value of the ShippingLabelURL property for this object.\n\n@param shippingLabelURL The new value for the ShippingLabelURL property for this object.",
"setterMethodName" : "setShippingLabelURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shippingLabelURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shippingLabelURL",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWarning",
"beanStyleSetterMethodName" : "setWarning",
"c2jName" : "Warning",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Warning 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 #warning(String)}.\n@param warning a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warning(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warning",
"fluentSetterDocumentation" : "Sets the value of the Warning property for this object.\n\n@param warning The new value for the Warning property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warning",
"getterDocumentation" : "Returns the value of the Warning property for this object.\n@return The value of the Warning 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" : "Warning",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Warning",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Warning",
"setterDocumentation" : "Sets the value of the Warning property for this object.\n\n@param warning The new value for the Warning property for this object.",
"setterMethodName" : "setWarning",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warning",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warning",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetShippingLabelResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "GetShippingLabelResult"
},
"variable" : {
"variableDeclarationType" : "GetShippingLabelResponse",
"variableName" : "getShippingLabelResponse",
"variableType" : "GetShippingLabelResponse",
"documentation" : null,
"simpleType" : "GetShippingLabelResponse",
"variableSetterType" : "GetShippingLabelResponse"
},
"wrapper" : false
},
"GetStatusRequest" : {
"c2jName" : "GetStatusInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Input structure for the GetStatus operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetStatus",
"locationName" : null,
"requestUri" : "/?Operation=GetStatus",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIVersion" : {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "JobId" ],
"shapeName" : "GetStatusRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetStatusRequest",
"variableName" : "getStatusRequest",
"variableType" : "GetStatusRequest",
"documentation" : null,
"simpleType" : "GetStatusRequest",
"variableSetterType" : "GetStatusRequest"
},
"wrapper" : false
},
"GetStatusResponse" : {
"c2jName" : "GetStatusOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Output structure for the GetStatus operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocationCode",
"beanStyleSetterMethodName" : "setLocationCode",
"c2jName" : "LocationCode",
"c2jShape" : "LocationCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LocationCode 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 #locationCode(String)}.\n@param locationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locationCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "locationCode",
"fluentSetterDocumentation" : "Sets the value of the LocationCode property for this object.\n\n@param locationCode The new value for the LocationCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "locationCode",
"getterDocumentation" : "Returns the value of the LocationCode property for this object.\n@return The value of the LocationCode 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" : "LocationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LocationCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LocationCode",
"setterDocumentation" : "Sets the value of the LocationCode property for this object.\n\n@param locationCode The new value for the LocationCode property for this object.",
"setterMethodName" : "setLocationCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locationCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocationMessage",
"beanStyleSetterMethodName" : "setLocationMessage",
"c2jName" : "LocationMessage",
"c2jShape" : "LocationMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LocationMessage 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 #locationMessage(String)}.\n@param locationMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locationMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "locationMessage",
"fluentSetterDocumentation" : "Sets the value of the LocationMessage property for this object.\n\n@param locationMessage The new value for the LocationMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "locationMessage",
"getterDocumentation" : "Returns the value of the LocationMessage property for this object.\n@return The value of the LocationMessage 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" : "LocationMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LocationMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LocationMessage",
"setterDocumentation" : "Sets the value of the LocationMessage property for this object.\n\n@param locationMessage The new value for the LocationMessage property for this object.",
"setterMethodName" : "setLocationMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locationMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locationMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProgressCode",
"beanStyleSetterMethodName" : "setProgressCode",
"c2jName" : "ProgressCode",
"c2jShape" : "ProgressCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProgressCode 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 #progressCode(String)}.\n@param progressCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "progressCode",
"fluentSetterDocumentation" : "Sets the value of the ProgressCode property for this object.\n\n@param progressCode The new value for the ProgressCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressCode",
"getterDocumentation" : "Returns the value of the ProgressCode property for this object.\n@return The value of the ProgressCode 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" : "ProgressCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ProgressCode",
"setterDocumentation" : "Sets the value of the ProgressCode property for this object.\n\n@param progressCode The new value for the ProgressCode property for this object.",
"setterMethodName" : "setProgressCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProgressMessage",
"beanStyleSetterMethodName" : "setProgressMessage",
"c2jName" : "ProgressMessage",
"c2jShape" : "ProgressMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProgressMessage 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 #progressMessage(String)}.\n@param progressMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "progressMessage",
"fluentSetterDocumentation" : "Sets the value of the ProgressMessage property for this object.\n\n@param progressMessage The new value for the ProgressMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressMessage",
"getterDocumentation" : "Returns the value of the ProgressMessage property for this object.\n@return The value of the ProgressMessage 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" : "ProgressMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ProgressMessage",
"setterDocumentation" : "Sets the value of the ProgressMessage property for this object.\n\n@param progressMessage The new value for the ProgressMessage property for this object.",
"setterMethodName" : "setProgressMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCarrier",
"beanStyleSetterMethodName" : "setCarrier",
"c2jName" : "Carrier",
"c2jShape" : "Carrier",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Carrier 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 #carrier(String)}.\n@param carrier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #carrier(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "carrier",
"fluentSetterDocumentation" : "Sets the value of the Carrier property for this object.\n\n@param carrier The new value for the Carrier property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "carrier",
"getterDocumentation" : "Returns the value of the Carrier property for this object.\n@return The value of the Carrier 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" : "Carrier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Carrier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Carrier",
"setterDocumentation" : "Sets the value of the Carrier property for this object.\n\n@param carrier The new value for the Carrier property for this object.",
"setterMethodName" : "setCarrier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "carrier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "carrier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingNumber",
"beanStyleSetterMethodName" : "setTrackingNumber",
"c2jName" : "TrackingNumber",
"c2jShape" : "TrackingNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingNumber 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 #trackingNumber(String)}.\n@param trackingNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingNumber(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "trackingNumber",
"fluentSetterDocumentation" : "Sets the value of the TrackingNumber property for this object.\n\n@param trackingNumber The new value for the TrackingNumber property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNumber",
"getterDocumentation" : "Returns the value of the TrackingNumber property for this object.\n@return The value of the TrackingNumber 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" : "TrackingNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrackingNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TrackingNumber",
"setterDocumentation" : "Sets the value of the TrackingNumber property for this object.\n\n@param trackingNumber The new value for the TrackingNumber property for this object.",
"setterMethodName" : "setTrackingNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogBucket",
"beanStyleSetterMethodName" : "setLogBucket",
"c2jName" : "LogBucket",
"c2jShape" : "LogBucket",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogBucket 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 #logBucket(String)}.\n@param logBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logBucket(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "logBucket",
"fluentSetterDocumentation" : "Sets the value of the LogBucket property for this object.\n\n@param logBucket The new value for the LogBucket property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logBucket",
"getterDocumentation" : "Returns the value of the LogBucket property for this object.\n@return The value of the LogBucket 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" : "LogBucket",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogBucket",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LogBucket",
"setterDocumentation" : "Sets the value of the LogBucket property for this object.\n\n@param logBucket The new value for the LogBucket property for this object.",
"setterMethodName" : "setLogBucket",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logBucket",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logBucket",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogKey",
"beanStyleSetterMethodName" : "setLogKey",
"c2jName" : "LogKey",
"c2jShape" : "LogKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogKey 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 #logKey(String)}.\n@param logKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logKey(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "logKey",
"fluentSetterDocumentation" : "Sets the value of the LogKey property for this object.\n\n@param logKey The new value for the LogKey property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logKey",
"getterDocumentation" : "Returns the value of the LogKey property for this object.\n@return The value of the LogKey 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" : "LogKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LogKey",
"setterDocumentation" : "Sets the value of the LogKey property for this object.\n\n@param logKey The new value for the LogKey property for this object.",
"setterMethodName" : "setLogKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getErrorCount",
"beanStyleSetterMethodName" : "setErrorCount",
"c2jName" : "ErrorCount",
"c2jShape" : "ErrorCount",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #errorCount(Integer)}.\n@param errorCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCount(Integer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "errorCount",
"fluentSetterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\n@param errorCount The new value for the ErrorCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorCount",
"getterDocumentation" : "Returns the value of the ErrorCount property for this object.\n@return The value of the ErrorCount property for this object.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ErrorCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ErrorCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ErrorCount",
"setterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\n@param errorCount The new value for the ErrorCount property for this object.",
"setterMethodName" : "setErrorCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "errorCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "errorCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "Signature",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Signature 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 #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "Returns the value of the Signature property for this object.\n@return The value of the Signature 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" : "Signature",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signature",
"setterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignatureFileContents",
"beanStyleSetterMethodName" : "setSignatureFileContents",
"c2jName" : "SignatureFileContents",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SignatureFileContents 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 #signatureFileContents(String)}.\n@param signatureFileContents a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureFileContents(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signatureFileContents",
"fluentSetterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signatureFileContents",
"getterDocumentation" : "Returns the value of the SignatureFileContents property for this object.\n@return The value of the SignatureFileContents 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" : "SignatureFileContents",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SignatureFileContents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SignatureFileContents",
"setterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.",
"setterMethodName" : "setSignatureFileContents",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentManifest",
"beanStyleSetterMethodName" : "setCurrentManifest",
"c2jName" : "CurrentManifest",
"c2jShape" : "CurrentManifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CurrentManifest 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 #currentManifest(String)}.\n@param currentManifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentManifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentManifest",
"fluentSetterDocumentation" : "Sets the value of the CurrentManifest property for this object.\n\n@param currentManifest The new value for the CurrentManifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentManifest",
"getterDocumentation" : "Returns the value of the CurrentManifest property for this object.\n@return The value of the CurrentManifest 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" : "CurrentManifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentManifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CurrentManifest",
"setterDocumentation" : "Sets the value of the CurrentManifest property for this object.\n\n@param currentManifest The new value for the CurrentManifest property for this object.",
"setterMethodName" : "setCurrentManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentManifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentManifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "CreationDate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationDate(Instant)}.\n@param creationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationDate(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "Returns the value of the CreationDate property for this object.\n@return The value of the CreationDate property for this object.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"setterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ArtifactList" : {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Carrier" : {
"beanStyleGetterMethodName" : "getCarrier",
"beanStyleSetterMethodName" : "setCarrier",
"c2jName" : "Carrier",
"c2jShape" : "Carrier",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Carrier 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 #carrier(String)}.\n@param carrier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #carrier(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "carrier",
"fluentSetterDocumentation" : "Sets the value of the Carrier property for this object.\n\n@param carrier The new value for the Carrier property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "carrier",
"getterDocumentation" : "Returns the value of the Carrier property for this object.\n@return The value of the Carrier 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" : "Carrier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Carrier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Carrier",
"setterDocumentation" : "Sets the value of the Carrier property for this object.\n\n@param carrier The new value for the Carrier property for this object.",
"setterMethodName" : "setCarrier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "carrier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "carrier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "CreationDate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationDate(Instant)}.\n@param creationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationDate(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "Returns the value of the CreationDate property for this object.\n@return The value of the CreationDate property for this object.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"setterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"CurrentManifest" : {
"beanStyleGetterMethodName" : "getCurrentManifest",
"beanStyleSetterMethodName" : "setCurrentManifest",
"c2jName" : "CurrentManifest",
"c2jShape" : "CurrentManifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CurrentManifest 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 #currentManifest(String)}.\n@param currentManifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentManifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentManifest",
"fluentSetterDocumentation" : "Sets the value of the CurrentManifest property for this object.\n\n@param currentManifest The new value for the CurrentManifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentManifest",
"getterDocumentation" : "Returns the value of the CurrentManifest property for this object.\n@return The value of the CurrentManifest 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" : "CurrentManifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentManifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CurrentManifest",
"setterDocumentation" : "Sets the value of the CurrentManifest property for this object.\n\n@param currentManifest The new value for the CurrentManifest property for this object.",
"setterMethodName" : "setCurrentManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentManifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentManifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ErrorCount" : {
"beanStyleGetterMethodName" : "getErrorCount",
"beanStyleSetterMethodName" : "setErrorCount",
"c2jName" : "ErrorCount",
"c2jShape" : "ErrorCount",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #errorCount(Integer)}.\n@param errorCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCount(Integer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "errorCount",
"fluentSetterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\n@param errorCount The new value for the ErrorCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorCount",
"getterDocumentation" : "Returns the value of the ErrorCount property for this object.\n@return The value of the ErrorCount property for this object.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ErrorCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ErrorCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ErrorCount",
"setterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\n@param errorCount The new value for the ErrorCount property for this object.",
"setterMethodName" : "setErrorCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "errorCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "errorCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobType" : {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LocationCode" : {
"beanStyleGetterMethodName" : "getLocationCode",
"beanStyleSetterMethodName" : "setLocationCode",
"c2jName" : "LocationCode",
"c2jShape" : "LocationCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LocationCode 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 #locationCode(String)}.\n@param locationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locationCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "locationCode",
"fluentSetterDocumentation" : "Sets the value of the LocationCode property for this object.\n\n@param locationCode The new value for the LocationCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "locationCode",
"getterDocumentation" : "Returns the value of the LocationCode property for this object.\n@return The value of the LocationCode 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" : "LocationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LocationCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LocationCode",
"setterDocumentation" : "Sets the value of the LocationCode property for this object.\n\n@param locationCode The new value for the LocationCode property for this object.",
"setterMethodName" : "setLocationCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locationCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LocationMessage" : {
"beanStyleGetterMethodName" : "getLocationMessage",
"beanStyleSetterMethodName" : "setLocationMessage",
"c2jName" : "LocationMessage",
"c2jShape" : "LocationMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LocationMessage 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 #locationMessage(String)}.\n@param locationMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locationMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "locationMessage",
"fluentSetterDocumentation" : "Sets the value of the LocationMessage property for this object.\n\n@param locationMessage The new value for the LocationMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "locationMessage",
"getterDocumentation" : "Returns the value of the LocationMessage property for this object.\n@return The value of the LocationMessage 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" : "LocationMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LocationMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LocationMessage",
"setterDocumentation" : "Sets the value of the LocationMessage property for this object.\n\n@param locationMessage The new value for the LocationMessage property for this object.",
"setterMethodName" : "setLocationMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locationMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locationMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LogBucket" : {
"beanStyleGetterMethodName" : "getLogBucket",
"beanStyleSetterMethodName" : "setLogBucket",
"c2jName" : "LogBucket",
"c2jShape" : "LogBucket",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogBucket 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 #logBucket(String)}.\n@param logBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logBucket(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "logBucket",
"fluentSetterDocumentation" : "Sets the value of the LogBucket property for this object.\n\n@param logBucket The new value for the LogBucket property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logBucket",
"getterDocumentation" : "Returns the value of the LogBucket property for this object.\n@return The value of the LogBucket 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" : "LogBucket",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogBucket",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LogBucket",
"setterDocumentation" : "Sets the value of the LogBucket property for this object.\n\n@param logBucket The new value for the LogBucket property for this object.",
"setterMethodName" : "setLogBucket",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logBucket",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logBucket",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LogKey" : {
"beanStyleGetterMethodName" : "getLogKey",
"beanStyleSetterMethodName" : "setLogKey",
"c2jName" : "LogKey",
"c2jShape" : "LogKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogKey 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 #logKey(String)}.\n@param logKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logKey(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "logKey",
"fluentSetterDocumentation" : "Sets the value of the LogKey property for this object.\n\n@param logKey The new value for the LogKey property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logKey",
"getterDocumentation" : "Returns the value of the LogKey property for this object.\n@return The value of the LogKey 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" : "LogKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LogKey",
"setterDocumentation" : "Sets the value of the LogKey property for this object.\n\n@param logKey The new value for the LogKey property for this object.",
"setterMethodName" : "setLogKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressCode" : {
"beanStyleGetterMethodName" : "getProgressCode",
"beanStyleSetterMethodName" : "setProgressCode",
"c2jName" : "ProgressCode",
"c2jShape" : "ProgressCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProgressCode 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 #progressCode(String)}.\n@param progressCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "progressCode",
"fluentSetterDocumentation" : "Sets the value of the ProgressCode property for this object.\n\n@param progressCode The new value for the ProgressCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressCode",
"getterDocumentation" : "Returns the value of the ProgressCode property for this object.\n@return The value of the ProgressCode 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" : "ProgressCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ProgressCode",
"setterDocumentation" : "Sets the value of the ProgressCode property for this object.\n\n@param progressCode The new value for the ProgressCode property for this object.",
"setterMethodName" : "setProgressCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressMessage" : {
"beanStyleGetterMethodName" : "getProgressMessage",
"beanStyleSetterMethodName" : "setProgressMessage",
"c2jName" : "ProgressMessage",
"c2jShape" : "ProgressMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProgressMessage 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 #progressMessage(String)}.\n@param progressMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "progressMessage",
"fluentSetterDocumentation" : "Sets the value of the ProgressMessage property for this object.\n\n@param progressMessage The new value for the ProgressMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressMessage",
"getterDocumentation" : "Returns the value of the ProgressMessage property for this object.\n@return The value of the ProgressMessage 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" : "ProgressMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ProgressMessage",
"setterDocumentation" : "Sets the value of the ProgressMessage property for this object.\n\n@param progressMessage The new value for the ProgressMessage property for this object.",
"setterMethodName" : "setProgressMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Signature" : {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "Signature",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Signature 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 #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "Returns the value of the Signature property for this object.\n@return The value of the Signature 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" : "Signature",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signature",
"setterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SignatureFileContents" : {
"beanStyleGetterMethodName" : "getSignatureFileContents",
"beanStyleSetterMethodName" : "setSignatureFileContents",
"c2jName" : "SignatureFileContents",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SignatureFileContents 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 #signatureFileContents(String)}.\n@param signatureFileContents a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureFileContents(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signatureFileContents",
"fluentSetterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signatureFileContents",
"getterDocumentation" : "Returns the value of the SignatureFileContents property for this object.\n@return The value of the SignatureFileContents 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" : "SignatureFileContents",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SignatureFileContents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SignatureFileContents",
"setterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.",
"setterMethodName" : "setSignatureFileContents",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TrackingNumber" : {
"beanStyleGetterMethodName" : "getTrackingNumber",
"beanStyleSetterMethodName" : "setTrackingNumber",
"c2jName" : "TrackingNumber",
"c2jShape" : "TrackingNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingNumber 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 #trackingNumber(String)}.\n@param trackingNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingNumber(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "trackingNumber",
"fluentSetterDocumentation" : "Sets the value of the TrackingNumber property for this object.\n\n@param trackingNumber The new value for the TrackingNumber property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNumber",
"getterDocumentation" : "Returns the value of the TrackingNumber property for this object.\n@return The value of the TrackingNumber 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" : "TrackingNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrackingNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TrackingNumber",
"setterDocumentation" : "Sets the value of the TrackingNumber property for this object.\n\n@param trackingNumber The new value for the TrackingNumber property for this object.",
"setterMethodName" : "setTrackingNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocationCode",
"beanStyleSetterMethodName" : "setLocationCode",
"c2jName" : "LocationCode",
"c2jShape" : "LocationCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LocationCode 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 #locationCode(String)}.\n@param locationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locationCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "locationCode",
"fluentSetterDocumentation" : "Sets the value of the LocationCode property for this object.\n\n@param locationCode The new value for the LocationCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "locationCode",
"getterDocumentation" : "Returns the value of the LocationCode property for this object.\n@return The value of the LocationCode 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" : "LocationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LocationCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LocationCode",
"setterDocumentation" : "Sets the value of the LocationCode property for this object.\n\n@param locationCode The new value for the LocationCode property for this object.",
"setterMethodName" : "setLocationCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locationCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocationMessage",
"beanStyleSetterMethodName" : "setLocationMessage",
"c2jName" : "LocationMessage",
"c2jShape" : "LocationMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LocationMessage 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 #locationMessage(String)}.\n@param locationMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #locationMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "locationMessage",
"fluentSetterDocumentation" : "Sets the value of the LocationMessage property for this object.\n\n@param locationMessage The new value for the LocationMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "locationMessage",
"getterDocumentation" : "Returns the value of the LocationMessage property for this object.\n@return The value of the LocationMessage 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" : "LocationMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LocationMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LocationMessage",
"setterDocumentation" : "Sets the value of the LocationMessage property for this object.\n\n@param locationMessage The new value for the LocationMessage property for this object.",
"setterMethodName" : "setLocationMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locationMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locationMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProgressCode",
"beanStyleSetterMethodName" : "setProgressCode",
"c2jName" : "ProgressCode",
"c2jShape" : "ProgressCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProgressCode 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 #progressCode(String)}.\n@param progressCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressCode(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "progressCode",
"fluentSetterDocumentation" : "Sets the value of the ProgressCode property for this object.\n\n@param progressCode The new value for the ProgressCode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressCode",
"getterDocumentation" : "Returns the value of the ProgressCode property for this object.\n@return The value of the ProgressCode 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" : "ProgressCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ProgressCode",
"setterDocumentation" : "Sets the value of the ProgressCode property for this object.\n\n@param progressCode The new value for the ProgressCode property for this object.",
"setterMethodName" : "setProgressCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProgressMessage",
"beanStyleSetterMethodName" : "setProgressMessage",
"c2jName" : "ProgressMessage",
"c2jShape" : "ProgressMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProgressMessage 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 #progressMessage(String)}.\n@param progressMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "progressMessage",
"fluentSetterDocumentation" : "Sets the value of the ProgressMessage property for this object.\n\n@param progressMessage The new value for the ProgressMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressMessage",
"getterDocumentation" : "Returns the value of the ProgressMessage property for this object.\n@return The value of the ProgressMessage 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" : "ProgressMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ProgressMessage",
"setterDocumentation" : "Sets the value of the ProgressMessage property for this object.\n\n@param progressMessage The new value for the ProgressMessage property for this object.",
"setterMethodName" : "setProgressMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCarrier",
"beanStyleSetterMethodName" : "setCarrier",
"c2jName" : "Carrier",
"c2jShape" : "Carrier",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Carrier 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 #carrier(String)}.\n@param carrier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #carrier(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "carrier",
"fluentSetterDocumentation" : "Sets the value of the Carrier property for this object.\n\n@param carrier The new value for the Carrier property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "carrier",
"getterDocumentation" : "Returns the value of the Carrier property for this object.\n@return The value of the Carrier 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" : "Carrier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Carrier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Carrier",
"setterDocumentation" : "Sets the value of the Carrier property for this object.\n\n@param carrier The new value for the Carrier property for this object.",
"setterMethodName" : "setCarrier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "carrier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "carrier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingNumber",
"beanStyleSetterMethodName" : "setTrackingNumber",
"c2jName" : "TrackingNumber",
"c2jShape" : "TrackingNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingNumber 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 #trackingNumber(String)}.\n@param trackingNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingNumber(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "trackingNumber",
"fluentSetterDocumentation" : "Sets the value of the TrackingNumber property for this object.\n\n@param trackingNumber The new value for the TrackingNumber property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNumber",
"getterDocumentation" : "Returns the value of the TrackingNumber property for this object.\n@return The value of the TrackingNumber 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" : "TrackingNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrackingNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TrackingNumber",
"setterDocumentation" : "Sets the value of the TrackingNumber property for this object.\n\n@param trackingNumber The new value for the TrackingNumber property for this object.",
"setterMethodName" : "setTrackingNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogBucket",
"beanStyleSetterMethodName" : "setLogBucket",
"c2jName" : "LogBucket",
"c2jShape" : "LogBucket",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogBucket 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 #logBucket(String)}.\n@param logBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logBucket(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "logBucket",
"fluentSetterDocumentation" : "Sets the value of the LogBucket property for this object.\n\n@param logBucket The new value for the LogBucket property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logBucket",
"getterDocumentation" : "Returns the value of the LogBucket property for this object.\n@return The value of the LogBucket 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" : "LogBucket",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogBucket",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LogBucket",
"setterDocumentation" : "Sets the value of the LogBucket property for this object.\n\n@param logBucket The new value for the LogBucket property for this object.",
"setterMethodName" : "setLogBucket",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logBucket",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logBucket",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogKey",
"beanStyleSetterMethodName" : "setLogKey",
"c2jName" : "LogKey",
"c2jShape" : "LogKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogKey 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 #logKey(String)}.\n@param logKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logKey(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "logKey",
"fluentSetterDocumentation" : "Sets the value of the LogKey property for this object.\n\n@param logKey The new value for the LogKey property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logKey",
"getterDocumentation" : "Returns the value of the LogKey property for this object.\n@return The value of the LogKey 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" : "LogKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LogKey",
"setterDocumentation" : "Sets the value of the LogKey property for this object.\n\n@param logKey The new value for the LogKey property for this object.",
"setterMethodName" : "setLogKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getErrorCount",
"beanStyleSetterMethodName" : "setErrorCount",
"c2jName" : "ErrorCount",
"c2jShape" : "ErrorCount",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #errorCount(Integer)}.\n@param errorCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCount(Integer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "errorCount",
"fluentSetterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\n@param errorCount The new value for the ErrorCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorCount",
"getterDocumentation" : "Returns the value of the ErrorCount property for this object.\n@return The value of the ErrorCount property for this object.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ErrorCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ErrorCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ErrorCount",
"setterDocumentation" : "Sets the value of the ErrorCount property for this object.\n\n@param errorCount The new value for the ErrorCount property for this object.",
"setterMethodName" : "setErrorCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "errorCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "errorCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "Signature",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Signature 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 #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "Returns the value of the Signature property for this object.\n@return The value of the Signature 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" : "Signature",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Signature",
"setterDocumentation" : "Sets the value of the Signature property for this object.\n\n@param signature The new value for the Signature property for this object.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignatureFileContents",
"beanStyleSetterMethodName" : "setSignatureFileContents",
"c2jName" : "SignatureFileContents",
"c2jShape" : "Signature",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SignatureFileContents 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 #signatureFileContents(String)}.\n@param signatureFileContents a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureFileContents(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signatureFileContents",
"fluentSetterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signatureFileContents",
"getterDocumentation" : "Returns the value of the SignatureFileContents property for this object.\n@return The value of the SignatureFileContents 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" : "SignatureFileContents",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SignatureFileContents",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SignatureFileContents",
"setterDocumentation" : "Sets the value of the SignatureFileContents property for this object.\n\n@param signatureFileContents The new value for the SignatureFileContents property for this object.",
"setterMethodName" : "setSignatureFileContents",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signatureFileContents",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentManifest",
"beanStyleSetterMethodName" : "setCurrentManifest",
"c2jName" : "CurrentManifest",
"c2jShape" : "CurrentManifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CurrentManifest 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 #currentManifest(String)}.\n@param currentManifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentManifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentManifest",
"fluentSetterDocumentation" : "Sets the value of the CurrentManifest property for this object.\n\n@param currentManifest The new value for the CurrentManifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentManifest",
"getterDocumentation" : "Returns the value of the CurrentManifest property for this object.\n@return The value of the CurrentManifest 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" : "CurrentManifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentManifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CurrentManifest",
"setterDocumentation" : "Sets the value of the CurrentManifest property for this object.\n\n@param currentManifest The new value for the CurrentManifest property for this object.",
"setterMethodName" : "setCurrentManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentManifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentManifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "CreationDate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationDate(Instant)}.\n@param creationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationDate(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "Returns the value of the CreationDate property for this object.\n@return The value of the CreationDate property for this object.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"setterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetStatusResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "GetStatusResult"
},
"variable" : {
"variableDeclarationType" : "GetStatusResponse",
"variableName" : "getStatusResponse",
"variableType" : "GetStatusResponse",
"documentation" : null,
"simpleType" : "GetStatusResponse",
"variableSetterType" : "GetStatusResponse"
},
"wrapper" : false
},
"InvalidAccessKeyIdException" : {
"c2jName" : "InvalidAccessKeyIdException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.",
"enums" : null,
"errorCode" : "InvalidAccessKeyIdException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidAccessKeyIdException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidAccessKeyIdException",
"variableName" : "invalidAccessKeyIdException",
"variableType" : "InvalidAccessKeyIdException",
"documentation" : null,
"simpleType" : "InvalidAccessKeyIdException",
"variableSetterType" : "InvalidAccessKeyIdException"
},
"wrapper" : false
},
"InvalidAddressException" : {
"c2jName" : "InvalidAddressException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The address specified in the manifest is invalid.",
"enums" : null,
"errorCode" : "InvalidAddressException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidAddressException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidAddressException",
"variableName" : "invalidAddressException",
"variableType" : "InvalidAddressException",
"documentation" : null,
"simpleType" : "InvalidAddressException",
"variableSetterType" : "InvalidAddressException"
},
"wrapper" : false
},
"InvalidCustomsException" : {
"c2jName" : "InvalidCustomsException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "One or more customs parameters was invalid. Please correct and resubmit.",
"enums" : null,
"errorCode" : "InvalidCustomsException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidCustomsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidCustomsException",
"variableName" : "invalidCustomsException",
"variableType" : "InvalidCustomsException",
"documentation" : null,
"simpleType" : "InvalidCustomsException",
"variableSetterType" : "InvalidCustomsException"
},
"wrapper" : false
},
"InvalidFileSystemException" : {
"c2jName" : "InvalidFileSystemException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "File system specified in export manifest is invalid.",
"enums" : null,
"errorCode" : "InvalidFileSystemException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidFileSystemException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidFileSystemException",
"variableName" : "invalidFileSystemException",
"variableType" : "InvalidFileSystemException",
"documentation" : null,
"simpleType" : "InvalidFileSystemException",
"variableSetterType" : "InvalidFileSystemException"
},
"wrapper" : false
},
"InvalidJobIdException" : {
"c2jName" : "InvalidJobIdException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The JOBID was missing, not found, or not associated with the AWS account.",
"enums" : null,
"errorCode" : "InvalidJobIdException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidJobIdException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidJobIdException",
"variableName" : "invalidJobIdException",
"variableType" : "InvalidJobIdException",
"documentation" : null,
"simpleType" : "InvalidJobIdException",
"variableSetterType" : "InvalidJobIdException"
},
"wrapper" : false
},
"InvalidManifestFieldException" : {
"c2jName" : "InvalidManifestFieldException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "One or more manifest fields was invalid. Please correct and resubmit.",
"enums" : null,
"errorCode" : "InvalidManifestFieldException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidManifestFieldException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidManifestFieldException",
"variableName" : "invalidManifestFieldException",
"variableType" : "InvalidManifestFieldException",
"documentation" : null,
"simpleType" : "InvalidManifestFieldException",
"variableSetterType" : "InvalidManifestFieldException"
},
"wrapper" : false
},
"InvalidParameterException" : {
"c2jName" : "InvalidParameterException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "One or more parameters had an invalid value.",
"enums" : null,
"errorCode" : "InvalidParameterException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidParameterException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidParameterException",
"variableName" : "invalidParameterException",
"variableType" : "InvalidParameterException",
"documentation" : null,
"simpleType" : "InvalidParameterException",
"variableSetterType" : "InvalidParameterException"
},
"wrapper" : false
},
"InvalidVersionException" : {
"c2jName" : "InvalidVersionException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The client tool version is invalid.",
"enums" : null,
"errorCode" : "InvalidVersionException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidVersionException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidVersionException",
"variableName" : "invalidVersionException",
"variableType" : "InvalidVersionException",
"documentation" : null,
"simpleType" : "InvalidVersionException",
"variableSetterType" : "InvalidVersionException"
},
"wrapper" : false
},
"Job" : {
"c2jName" : "Job",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Representation of a job returned by the ListJobs operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "CreationDate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationDate(Instant)}.\n@param creationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationDate(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "Returns the value of the CreationDate property for this object.\n@return The value of the CreationDate property for this object.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"setterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIsCanceled",
"beanStyleSetterMethodName" : "setIsCanceled",
"c2jName" : "IsCanceled",
"c2jShape" : "IsCanceled",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isCanceled(Boolean)}.\n@param isCanceled 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 #isCanceled(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "isCanceled",
"fluentSetterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\n@param isCanceled The new value for the IsCanceled property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "isCanceled",
"getterDocumentation" : "Returns the value of the IsCanceled property for this object.\n@return The value of the IsCanceled property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IsCanceled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IsCanceled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "IsCanceled",
"setterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\n@param isCanceled The new value for the IsCanceled property for this object.",
"setterMethodName" : "setIsCanceled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isCanceled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isCanceled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreationDate" : {
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "CreationDate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationDate(Instant)}.\n@param creationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationDate(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "Returns the value of the CreationDate property for this object.\n@return The value of the CreationDate property for this object.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"setterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"IsCanceled" : {
"beanStyleGetterMethodName" : "getIsCanceled",
"beanStyleSetterMethodName" : "setIsCanceled",
"c2jName" : "IsCanceled",
"c2jShape" : "IsCanceled",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isCanceled(Boolean)}.\n@param isCanceled 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 #isCanceled(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "isCanceled",
"fluentSetterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\n@param isCanceled The new value for the IsCanceled property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "isCanceled",
"getterDocumentation" : "Returns the value of the IsCanceled property for this object.\n@return The value of the IsCanceled property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IsCanceled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IsCanceled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "IsCanceled",
"setterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\n@param isCanceled The new value for the IsCanceled property for this object.",
"setterMethodName" : "setIsCanceled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isCanceled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isCanceled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobType" : {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "CreationDate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationDate(Instant)}.\n@param creationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationDate(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "Returns the value of the CreationDate property for this object.\n@return The value of the CreationDate property for this object.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"setterDocumentation" : "Sets the value of the CreationDate property for this object.\n\n@param creationDate The new value for the CreationDate property for this object.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIsCanceled",
"beanStyleSetterMethodName" : "setIsCanceled",
"c2jName" : "IsCanceled",
"c2jShape" : "IsCanceled",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isCanceled(Boolean)}.\n@param isCanceled 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 #isCanceled(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "isCanceled",
"fluentSetterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\n@param isCanceled The new value for the IsCanceled property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "isCanceled",
"getterDocumentation" : "Returns the value of the IsCanceled property for this object.\n@return The value of the IsCanceled property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IsCanceled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IsCanceled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "IsCanceled",
"setterDocumentation" : "Sets the value of the IsCanceled property for this object.\n\n@param isCanceled The new value for the IsCanceled property for this object.",
"setterMethodName" : "setIsCanceled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isCanceled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isCanceled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Job",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Job",
"variableName" : "job",
"variableType" : "Job",
"documentation" : null,
"simpleType" : "Job",
"variableSetterType" : "Job"
},
"wrapper" : false
},
"JobType" : {
"c2jName" : "JobType",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Specifies whether the job to initiate is an import or export job.",
"enums" : [ {
"name" : "IMPORT",
"value" : "Import"
}, {
"name" : "EXPORT",
"value" : "Export"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "JobType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "JobType",
"variableName" : "jobType",
"variableType" : "JobType",
"documentation" : null,
"simpleType" : "JobType",
"variableSetterType" : "JobType"
},
"wrapper" : false
},
"ListJobsRequest" : {
"c2jName" : "ListJobsInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Input structure for the ListJobs operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListJobs",
"locationName" : null,
"requestUri" : "/?Operation=ListJobs",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getMaxJobs",
"beanStyleSetterMethodName" : "setMaxJobs",
"c2jName" : "MaxJobs",
"c2jShape" : "MaxJobs",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxJobs(Integer)}.\n@param maxJobs a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxJobs(Integer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "maxJobs",
"fluentSetterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\n@param maxJobs The new value for the MaxJobs property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxJobs",
"getterDocumentation" : "Returns the value of the MaxJobs property for this object.\n@return The value of the MaxJobs property for this object.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxJobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxJobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxJobs",
"setterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\n@param maxJobs The new value for the MaxJobs property for this object.",
"setterMethodName" : "setMaxJobs",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxJobs",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxJobs",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMarker",
"beanStyleSetterMethodName" : "setMarker",
"c2jName" : "Marker",
"c2jShape" : "Marker",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Marker 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 #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "marker",
"fluentSetterDocumentation" : "Sets the value of the Marker property for this object.\n\n@param marker The new value for the Marker property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "marker",
"getterDocumentation" : "Returns the value of the Marker property for this object.\n@return The value of the Marker 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" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Marker",
"setterDocumentation" : "Sets the value of the Marker property for this object.\n\n@param marker The new value for the Marker property for this object.",
"setterMethodName" : "setMarker",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIVersion" : {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Marker" : {
"beanStyleGetterMethodName" : "getMarker",
"beanStyleSetterMethodName" : "setMarker",
"c2jName" : "Marker",
"c2jShape" : "Marker",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Marker 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 #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "marker",
"fluentSetterDocumentation" : "Sets the value of the Marker property for this object.\n\n@param marker The new value for the Marker property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "marker",
"getterDocumentation" : "Returns the value of the Marker property for this object.\n@return The value of the Marker 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" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Marker",
"setterDocumentation" : "Sets the value of the Marker property for this object.\n\n@param marker The new value for the Marker property for this object.",
"setterMethodName" : "setMarker",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxJobs" : {
"beanStyleGetterMethodName" : "getMaxJobs",
"beanStyleSetterMethodName" : "setMaxJobs",
"c2jName" : "MaxJobs",
"c2jShape" : "MaxJobs",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxJobs(Integer)}.\n@param maxJobs a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxJobs(Integer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "maxJobs",
"fluentSetterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\n@param maxJobs The new value for the MaxJobs property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxJobs",
"getterDocumentation" : "Returns the value of the MaxJobs property for this object.\n@return The value of the MaxJobs property for this object.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxJobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxJobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxJobs",
"setterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\n@param maxJobs The new value for the MaxJobs property for this object.",
"setterMethodName" : "setMaxJobs",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxJobs",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxJobs",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getMaxJobs",
"beanStyleSetterMethodName" : "setMaxJobs",
"c2jName" : "MaxJobs",
"c2jShape" : "MaxJobs",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxJobs(Integer)}.\n@param maxJobs a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxJobs(Integer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "maxJobs",
"fluentSetterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\n@param maxJobs The new value for the MaxJobs property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxJobs",
"getterDocumentation" : "Returns the value of the MaxJobs property for this object.\n@return The value of the MaxJobs property for this object.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxJobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxJobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxJobs",
"setterDocumentation" : "Sets the value of the MaxJobs property for this object.\n\n@param maxJobs The new value for the MaxJobs property for this object.",
"setterMethodName" : "setMaxJobs",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxJobs",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxJobs",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMarker",
"beanStyleSetterMethodName" : "setMarker",
"c2jName" : "Marker",
"c2jShape" : "Marker",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Marker 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 #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "marker",
"fluentSetterDocumentation" : "Sets the value of the Marker property for this object.\n\n@param marker The new value for the Marker property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "marker",
"getterDocumentation" : "Returns the value of the Marker property for this object.\n@return The value of the Marker 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" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Marker",
"setterDocumentation" : "Sets the value of the Marker property for this object.\n\n@param marker The new value for the Marker property for this object.",
"setterMethodName" : "setMarker",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListJobsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListJobsRequest",
"variableName" : "listJobsRequest",
"variableType" : "ListJobsRequest",
"documentation" : null,
"simpleType" : "ListJobsRequest",
"variableSetterType" : "ListJobsRequest"
},
"wrapper" : false
},
"ListJobsResponse" : {
"c2jName" : "ListJobsOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Output structure for the ListJobs operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getJobs",
"beanStyleSetterMethodName" : "setJobs",
"c2jName" : "Jobs",
"c2jShape" : "JobsList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Jobs property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobs(List)}.\n@param jobs 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 #jobs(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobs",
"fluentSetterDocumentation" : "Sets the value of the Jobs property for this object.\n\n@param jobs The new value for the Jobs property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobs",
"getterDocumentation" : "Returns the value of the Jobs property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the Jobs property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Jobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Jobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Job",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Job",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Job",
"variableName" : "member",
"variableType" : "Job",
"documentation" : null,
"simpleType" : "Job",
"variableSetterType" : "Job"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Job",
"variableName" : "member",
"variableType" : "Job",
"documentation" : "",
"simpleType" : "Job",
"variableSetterType" : "Job"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Job",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Job",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Jobs",
"setterDocumentation" : "Sets the value of the Jobs property for this object.\n\n@param jobs The new value for the Jobs property for this object.",
"setterMethodName" : "setJobs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIsTruncated",
"beanStyleSetterMethodName" : "setIsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "IsTruncated",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated 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 #isTruncated(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "isTruncated",
"fluentSetterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\n@param isTruncated The new value for the IsTruncated property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "isTruncated",
"getterDocumentation" : "Returns the value of the IsTruncated property for this object.\n@return The value of the IsTruncated property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IsTruncated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IsTruncated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "IsTruncated",
"setterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\n@param isTruncated The new value for the IsTruncated property for this object.",
"setterMethodName" : "setIsTruncated",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isTruncated",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isTruncated",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IsTruncated" : {
"beanStyleGetterMethodName" : "getIsTruncated",
"beanStyleSetterMethodName" : "setIsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "IsTruncated",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated 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 #isTruncated(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "isTruncated",
"fluentSetterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\n@param isTruncated The new value for the IsTruncated property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "isTruncated",
"getterDocumentation" : "Returns the value of the IsTruncated property for this object.\n@return The value of the IsTruncated property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IsTruncated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IsTruncated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "IsTruncated",
"setterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\n@param isTruncated The new value for the IsTruncated property for this object.",
"setterMethodName" : "setIsTruncated",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isTruncated",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isTruncated",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"Jobs" : {
"beanStyleGetterMethodName" : "getJobs",
"beanStyleSetterMethodName" : "setJobs",
"c2jName" : "Jobs",
"c2jShape" : "JobsList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Jobs property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobs(List)}.\n@param jobs 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 #jobs(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobs",
"fluentSetterDocumentation" : "Sets the value of the Jobs property for this object.\n\n@param jobs The new value for the Jobs property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobs",
"getterDocumentation" : "Returns the value of the Jobs property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the Jobs property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Jobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Jobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Job",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Job",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Job",
"variableName" : "member",
"variableType" : "Job",
"documentation" : null,
"simpleType" : "Job",
"variableSetterType" : "Job"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Job",
"variableName" : "member",
"variableType" : "Job",
"documentation" : "",
"simpleType" : "Job",
"variableSetterType" : "Job"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Job",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Job",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Jobs",
"setterDocumentation" : "Sets the value of the Jobs property for this object.\n\n@param jobs The new value for the Jobs property for this object.",
"setterMethodName" : "setJobs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobs",
"beanStyleSetterMethodName" : "setJobs",
"c2jName" : "Jobs",
"c2jShape" : "JobsList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Jobs property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobs(List)}.\n@param jobs 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 #jobs(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobs",
"fluentSetterDocumentation" : "Sets the value of the Jobs property for this object.\n\n@param jobs The new value for the Jobs property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobs",
"getterDocumentation" : "Returns the value of the Jobs property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the Jobs property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Jobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Jobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Job",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Job",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Job",
"variableName" : "member",
"variableType" : "Job",
"documentation" : null,
"simpleType" : "Job",
"variableSetterType" : "Job"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Job",
"variableName" : "member",
"variableType" : "Job",
"documentation" : "",
"simpleType" : "Job",
"variableSetterType" : "Job"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Job",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Job",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Jobs",
"setterDocumentation" : "Sets the value of the Jobs property for this object.\n\n@param jobs The new value for the Jobs property for this object.",
"setterMethodName" : "setJobs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIsTruncated",
"beanStyleSetterMethodName" : "setIsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "IsTruncated",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isTruncated(Boolean)}.\n@param isTruncated 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 #isTruncated(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "isTruncated",
"fluentSetterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\n@param isTruncated The new value for the IsTruncated property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "isTruncated",
"getterDocumentation" : "Returns the value of the IsTruncated property for this object.\n@return The value of the IsTruncated property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IsTruncated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IsTruncated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "IsTruncated",
"setterDocumentation" : "Sets the value of the IsTruncated property for this object.\n\n@param isTruncated The new value for the IsTruncated property for this object.",
"setterMethodName" : "setIsTruncated",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isTruncated",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isTruncated",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListJobsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "ListJobsResult"
},
"variable" : {
"variableDeclarationType" : "ListJobsResponse",
"variableName" : "listJobsResponse",
"variableType" : "ListJobsResponse",
"documentation" : null,
"simpleType" : "ListJobsResponse",
"variableSetterType" : "ListJobsResponse"
},
"wrapper" : false
},
"MalformedManifestException" : {
"c2jName" : "MalformedManifestException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Your manifest is not well-formed.",
"enums" : null,
"errorCode" : "MalformedManifestException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "MalformedManifestException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "MalformedManifestException",
"variableName" : "malformedManifestException",
"variableType" : "MalformedManifestException",
"documentation" : null,
"simpleType" : "MalformedManifestException",
"variableSetterType" : "MalformedManifestException"
},
"wrapper" : false
},
"MissingCustomsException" : {
"c2jName" : "MissingCustomsException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "One or more required customs parameters was missing from the manifest.",
"enums" : null,
"errorCode" : "MissingCustomsException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "MissingCustomsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "MissingCustomsException",
"variableName" : "missingCustomsException",
"variableType" : "MissingCustomsException",
"documentation" : null,
"simpleType" : "MissingCustomsException",
"variableSetterType" : "MissingCustomsException"
},
"wrapper" : false
},
"MissingManifestFieldException" : {
"c2jName" : "MissingManifestFieldException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "One or more required fields were missing from the manifest file. Please correct and resubmit.",
"enums" : null,
"errorCode" : "MissingManifestFieldException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "MissingManifestFieldException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "MissingManifestFieldException",
"variableName" : "missingManifestFieldException",
"variableType" : "MissingManifestFieldException",
"documentation" : null,
"simpleType" : "MissingManifestFieldException",
"variableSetterType" : "MissingManifestFieldException"
},
"wrapper" : false
},
"MissingParameterException" : {
"c2jName" : "MissingParameterException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "One or more required parameters was missing from the request.",
"enums" : null,
"errorCode" : "MissingParameterException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "MissingParameterException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "MissingParameterException",
"variableName" : "missingParameterException",
"variableType" : "MissingParameterException",
"documentation" : null,
"simpleType" : "MissingParameterException",
"variableSetterType" : "MissingParameterException"
},
"wrapper" : false
},
"MultipleRegionsException" : {
"c2jName" : "MultipleRegionsException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.",
"enums" : null,
"errorCode" : "MultipleRegionsException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "MultipleRegionsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "MultipleRegionsException",
"variableName" : "multipleRegionsException",
"variableType" : "MultipleRegionsException",
"documentation" : null,
"simpleType" : "MultipleRegionsException",
"variableSetterType" : "MultipleRegionsException"
},
"wrapper" : false
},
"NoSuchBucketException" : {
"c2jName" : "NoSuchBucketException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The specified bucket does not exist. Create the specified bucket or change the manifest's bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest's Access Key ID, has write permissions to.",
"enums" : null,
"errorCode" : "NoSuchBucketException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "NoSuchBucketException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "NoSuchBucketException",
"variableName" : "noSuchBucketException",
"variableType" : "NoSuchBucketException",
"documentation" : null,
"simpleType" : "NoSuchBucketException",
"variableSetterType" : "NoSuchBucketException"
},
"wrapper" : false
},
"UnableToCancelJobIdException" : {
"c2jName" : "UnableToCancelJobIdException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "AWS Import/Export cannot cancel the job",
"enums" : null,
"errorCode" : "UnableToCancelJobIdException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "UnableToCancelJobIdException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UnableToCancelJobIdException",
"variableName" : "unableToCancelJobIdException",
"variableType" : "UnableToCancelJobIdException",
"documentation" : null,
"simpleType" : "UnableToCancelJobIdException",
"variableSetterType" : "UnableToCancelJobIdException"
},
"wrapper" : false
},
"UnableToUpdateJobIdException" : {
"c2jName" : "UnableToUpdateJobIdException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "AWS Import/Export cannot update the job",
"enums" : null,
"errorCode" : "UnableToUpdateJobIdException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "UnableToUpdateJobIdException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UnableToUpdateJobIdException",
"variableName" : "unableToUpdateJobIdException",
"variableType" : "UnableToUpdateJobIdException",
"documentation" : null,
"simpleType" : "UnableToUpdateJobIdException",
"variableSetterType" : "UnableToUpdateJobIdException"
},
"wrapper" : false
},
"UpdateJobRequest" : {
"c2jName" : "UpdateJobInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Input structure for the UpateJob operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "UpdateJob",
"locationName" : null,
"requestUri" : "/?Operation=UpdateJob",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getManifest",
"beanStyleSetterMethodName" : "setManifest",
"c2jName" : "Manifest",
"c2jShape" : "Manifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Manifest 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 #manifest(String)}.\n@param manifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifest",
"fluentSetterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifest",
"getterDocumentation" : "Returns the value of the Manifest property for this object.\n@return The value of the Manifest 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" : "Manifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Manifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Manifest",
"setterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.",
"setterMethodName" : "setManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidateOnly",
"beanStyleSetterMethodName" : "setValidateOnly",
"c2jName" : "ValidateOnly",
"c2jShape" : "ValidateOnly",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #validateOnly(Boolean)}.\n@param validateOnly 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 #validateOnly(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validateOnly",
"fluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validateOnly",
"getterDocumentation" : "Returns the value of the ValidateOnly property for this object.\n@return The value of the ValidateOnly property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidateOnly",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidateOnly",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ValidateOnly",
"setterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.",
"setterMethodName" : "setValidateOnly",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIVersion" : {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobType" : {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Manifest" : {
"beanStyleGetterMethodName" : "getManifest",
"beanStyleSetterMethodName" : "setManifest",
"c2jName" : "Manifest",
"c2jShape" : "Manifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Manifest 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 #manifest(String)}.\n@param manifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifest",
"fluentSetterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifest",
"getterDocumentation" : "Returns the value of the Manifest property for this object.\n@return The value of the Manifest 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" : "Manifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Manifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Manifest",
"setterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.",
"setterMethodName" : "setManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ValidateOnly" : {
"beanStyleGetterMethodName" : "getValidateOnly",
"beanStyleSetterMethodName" : "setValidateOnly",
"c2jName" : "ValidateOnly",
"c2jShape" : "ValidateOnly",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #validateOnly(Boolean)}.\n@param validateOnly 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 #validateOnly(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validateOnly",
"fluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validateOnly",
"getterDocumentation" : "Returns the value of the ValidateOnly property for this object.\n@return The value of the ValidateOnly property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidateOnly",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidateOnly",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ValidateOnly",
"setterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.",
"setterMethodName" : "setValidateOnly",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "JobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobId 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "Returns the value of the JobId property for this object.\n@return The value of the JobId 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" : "JobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobId",
"setterDocumentation" : "Sets the value of the JobId property for this object.\n\n@param jobId The new value for the JobId property for this object.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getManifest",
"beanStyleSetterMethodName" : "setManifest",
"c2jName" : "Manifest",
"c2jShape" : "Manifest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Manifest 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 #manifest(String)}.\n@param manifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #manifest(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "manifest",
"fluentSetterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "manifest",
"getterDocumentation" : "Returns the value of the Manifest property for this object.\n@return The value of the Manifest 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" : "Manifest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Manifest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Manifest",
"setterDocumentation" : "Sets the value of the Manifest property for this object.\n\n@param manifest The new value for the Manifest property for this object.",
"setterMethodName" : "setManifest",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "manifest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJobType",
"beanStyleSetterMethodName" : "setJobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobType 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 #jobTypeString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "JobType",
"fluentEnumGetterMethodName" : "jobType",
"fluentGetterMethodName" : "jobTypeString",
"fluentSetterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType",
"fluentSetterMethodName" : "jobType",
"getterDocumentation" : "Returns the value of the JobType property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeString}.\n
\n@return The value of the JobType property for this object.\n@see JobType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "JobType",
"setterDocumentation" : "Sets the value of the JobType property for this object.\n\n@param jobType The new value for the JobType property for this object.\n@see JobType",
"setterMethodName" : "setJobType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidateOnly",
"beanStyleSetterMethodName" : "setValidateOnly",
"c2jName" : "ValidateOnly",
"c2jShape" : "ValidateOnly",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #validateOnly(Boolean)}.\n@param validateOnly 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 #validateOnly(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validateOnly",
"fluentSetterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validateOnly",
"getterDocumentation" : "Returns the value of the ValidateOnly property for this object.\n@return The value of the ValidateOnly property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidateOnly",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidateOnly",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ValidateOnly",
"setterDocumentation" : "Sets the value of the ValidateOnly property for this object.\n\n@param validateOnly The new value for the ValidateOnly property for this object.",
"setterMethodName" : "setValidateOnly",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "validateOnly",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAPIVersion",
"beanStyleSetterMethodName" : "setAPIVersion",
"c2jName" : "APIVersion",
"c2jShape" : "APIVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the APIVersion 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 #apiVersion(String)}.\n@param apiVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apiVersion(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "apiVersion",
"fluentSetterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "apiVersion",
"getterDocumentation" : "Returns the value of the APIVersion property for this object.\n@return The value of the APIVersion 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" : "APIVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "APIVersion",
"setterDocumentation" : "Sets the value of the APIVersion property for this object.\n\n@param apiVersion The new value for the APIVersion property for this object.",
"setterMethodName" : "setAPIVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "JobId", "Manifest", "JobType", "ValidateOnly" ],
"shapeName" : "UpdateJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UpdateJobRequest",
"variableName" : "updateJobRequest",
"variableType" : "UpdateJobRequest",
"documentation" : null,
"simpleType" : "UpdateJobRequest",
"variableSetterType" : "UpdateJobRequest"
},
"wrapper" : false
},
"UpdateJobResponse" : {
"c2jName" : "UpdateJobOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Output structure for the UpateJob operation.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSuccess",
"beanStyleSetterMethodName" : "setSuccess",
"c2jName" : "Success",
"c2jShape" : "Success",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "success",
"fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "success",
"getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Success",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Success",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Success",
"setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.",
"setterMethodName" : "setSuccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWarningMessage",
"beanStyleSetterMethodName" : "setWarningMessage",
"c2jName" : "WarningMessage",
"c2jShape" : "WarningMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the WarningMessage 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 #warningMessage(String)}.\n@param warningMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warningMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warningMessage",
"fluentSetterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warningMessage",
"getterDocumentation" : "Returns the value of the WarningMessage property for this object.\n@return The value of the WarningMessage 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" : "WarningMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WarningMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "WarningMessage",
"setterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.",
"setterMethodName" : "setWarningMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ArtifactList" : {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Success" : {
"beanStyleGetterMethodName" : "getSuccess",
"beanStyleSetterMethodName" : "setSuccess",
"c2jName" : "Success",
"c2jShape" : "Success",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "success",
"fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "success",
"getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Success",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Success",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Success",
"setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.",
"setterMethodName" : "setSuccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"WarningMessage" : {
"beanStyleGetterMethodName" : "getWarningMessage",
"beanStyleSetterMethodName" : "setWarningMessage",
"c2jName" : "WarningMessage",
"c2jShape" : "WarningMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the WarningMessage 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 #warningMessage(String)}.\n@param warningMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warningMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warningMessage",
"fluentSetterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warningMessage",
"getterDocumentation" : "Returns the value of the WarningMessage property for this object.\n@return The value of the WarningMessage 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" : "WarningMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WarningMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "WarningMessage",
"setterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.",
"setterMethodName" : "setWarningMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSuccess",
"beanStyleSetterMethodName" : "setSuccess",
"c2jName" : "Success",
"c2jShape" : "Success",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "success",
"fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "success",
"getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Success",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Success",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Success",
"setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.",
"setterMethodName" : "setSuccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "success",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWarningMessage",
"beanStyleSetterMethodName" : "setWarningMessage",
"c2jName" : "WarningMessage",
"c2jShape" : "WarningMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the WarningMessage 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 #warningMessage(String)}.\n@param warningMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warningMessage(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "warningMessage",
"fluentSetterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "warningMessage",
"getterDocumentation" : "Returns the value of the WarningMessage property for this object.\n@return The value of the WarningMessage 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" : "WarningMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WarningMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "WarningMessage",
"setterDocumentation" : "Sets the value of the WarningMessage property for this object.\n\n@param warningMessage The new value for the WarningMessage property for this object.",
"setterMethodName" : "setWarningMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "warningMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArtifactList",
"beanStyleSetterMethodName" : "setArtifactList",
"c2jName" : "ArtifactList",
"c2jShape" : "ArtifactList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #artifactList(List)}.\n@param artifactList 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 #artifactList(List)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "artifactList",
"fluentSetterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactList",
"getterDocumentation" : "Returns the value of the ArtifactList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the ArtifactList property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ArtifactList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Artifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "Artifact",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"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" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "member",
"variableType" : "Artifact",
"documentation" : "",
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Artifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Artifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ArtifactList",
"setterDocumentation" : "Sets the value of the ArtifactList property for this object.\n\n@param artifactList The new value for the ArtifactList property for this object.",
"setterMethodName" : "setArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "artifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List