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

models.signer-2017-08-25-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Signer module holds the client classes that are used for communicating with Signer.

There is a newer version: 2.29.15
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "listSigningJobs", "listSigningPlatforms", "listSigningProfiles" ]
  },
  "metadata" : {
    "apiVersion" : "2017-08-25",
    "asyncBuilder" : "DefaultSignerAsyncClientBuilder",
    "asyncBuilderInterface" : "SignerAsyncClientBuilder",
    "asyncClient" : "DefaultSignerAsyncClient",
    "asyncInterface" : "SignerAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultSignerBaseClientBuilder",
    "baseBuilderInterface" : "SignerBaseClientBuilder",
    "baseExceptionName" : "SignerException",
    "baseRequestName" : "SignerRequest",
    "baseResponseName" : "SignerResponse",
    "cborProtocol" : false,
    "clientPackageName" : "signer",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "signer",
    "documentation" : "

With code signing for IoT, you can sign code that you create for any IoT device that is supported by Amazon Web Services (AWS). Code signing is available through Amazon FreeRTOS and AWS IoT Device Management, and integrated with AWS Certificate Manager (ACM). In order to sign code, you import a third-party code signing certificate with ACM that is used to sign updates in Amazon FreeRTOS and AWS IoT Device Management. For general information about using code signing, see the Code Signing for IoT Developer Guide.

", "endpointPrefix" : "signer", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.signer", "fullModelPackageName" : "software.amazon.awssdk.services.signer.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.signer.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.signer.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.signer.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "signer.model", "paginatorsPackageName" : "signer.paginators", "protocol" : "rest-json", "queryProtocol" : false, "requestTransformPackageName" : "signer.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "signer", "serviceName" : "Signer", "signingName" : "signer", "syncBuilder" : "DefaultSignerClientBuilder", "syncBuilderInterface" : "SignerClientBuilder", "syncClient" : "DefaultSignerClient", "syncInterface" : "SignerClient", "transformPackageName" : "signer.transform", "uid" : "signer-2017-08-25", "xmlProtocol" : false }, "operations" : { "CancelSigningProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Changes the state of an ACTIVE signing profile to CANCELED. A canceled profile is still viewable with the ListSigningProfiles operation, but it cannot perform new signing jobs, and is deleted two years after cancelation.

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

A specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The signing job has been throttled.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelSigningProfileRequest", "variableName" : "cancelSigningProfileRequest", "variableType" : "CancelSigningProfileRequest", "documentation" : "", "simpleType" : "CancelSigningProfileRequest", "variableSetterType" : "CancelSigningProfileRequest" }, "methodName" : "cancelSigningProfile", "operationName" : "CancelSigningProfile", "paginated" : false, "returnType" : { "returnType" : "CancelSigningProfileResponse", "documentation" : null }, "syncReturnType" : "CancelSigningProfileResponse" }, "DescribeSigningJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about a specific code signing job. You specify the job by using the jobId value that is returned by the StartSigningJob operation.

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

A specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSigningJobRequest", "variableName" : "describeSigningJobRequest", "variableType" : "DescribeSigningJobRequest", "documentation" : "", "simpleType" : "DescribeSigningJobRequest", "variableSetterType" : "DescribeSigningJobRequest" }, "methodName" : "describeSigningJob", "operationName" : "DescribeSigningJob", "paginated" : false, "returnType" : { "returnType" : "DescribeSigningJobResponse", "documentation" : null }, "syncReturnType" : "DescribeSigningJobResponse" }, "GetSigningPlatform" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information on a specific signing platform.

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

A specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSigningPlatformRequest", "variableName" : "getSigningPlatformRequest", "variableType" : "GetSigningPlatformRequest", "documentation" : "", "simpleType" : "GetSigningPlatformRequest", "variableSetterType" : "GetSigningPlatformRequest" }, "methodName" : "getSigningPlatform", "operationName" : "GetSigningPlatform", "paginated" : false, "returnType" : { "returnType" : "GetSigningPlatformResponse", "documentation" : null }, "syncReturnType" : "GetSigningPlatformResponse" }, "GetSigningProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information on a specific signing profile.

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

A specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The signing job has been throttled.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSigningProfileRequest", "variableName" : "getSigningProfileRequest", "variableType" : "GetSigningProfileRequest", "documentation" : "", "simpleType" : "GetSigningProfileRequest", "variableSetterType" : "GetSigningProfileRequest" }, "methodName" : "getSigningProfile", "operationName" : "GetSigningProfile", "paginated" : false, "returnType" : { "returnType" : "GetSigningProfileResponse", "documentation" : null }, "syncReturnType" : "GetSigningProfileResponse" }, "ListSigningJobs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all your signing jobs. You can use the maxResults parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.

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

You signing certificate could not be validated.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The signing job has been throttled.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListSigningJobsRequest", "variableName" : "listSigningJobsRequest", "variableType" : "ListSigningJobsRequest", "documentation" : "", "simpleType" : "ListSigningJobsRequest", "variableSetterType" : "ListSigningJobsRequest" }, "methodName" : "listSigningJobs", "operationName" : "ListSigningJobs", "paginated" : true, "returnType" : { "returnType" : "ListSigningJobsResponse", "documentation" : null }, "syncReturnType" : "ListSigningJobsResponse" }, "ListSigningPlatforms" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all signing platforms available in code signing that match the request parameters. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.

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

You signing certificate could not be validated.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The signing job has been throttled.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListSigningPlatformsRequest", "variableName" : "listSigningPlatformsRequest", "variableType" : "ListSigningPlatformsRequest", "documentation" : "", "simpleType" : "ListSigningPlatformsRequest", "variableSetterType" : "ListSigningPlatformsRequest" }, "methodName" : "listSigningPlatforms", "operationName" : "ListSigningPlatforms", "paginated" : true, "returnType" : { "returnType" : "ListSigningPlatformsResponse", "documentation" : null }, "syncReturnType" : "ListSigningPlatformsResponse" }, "ListSigningProfiles" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE status unless the includeCanceled request field is set to true. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.

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

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The signing job has been throttled.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListSigningProfilesRequest", "variableName" : "listSigningProfilesRequest", "variableType" : "ListSigningProfilesRequest", "documentation" : "", "simpleType" : "ListSigningProfilesRequest", "variableSetterType" : "ListSigningProfilesRequest" }, "methodName" : "listSigningProfiles", "operationName" : "ListSigningProfiles", "paginated" : true, "returnType" : { "returnType" : "ListSigningProfilesResponse", "documentation" : null }, "syncReturnType" : "ListSigningProfilesResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of the tags associated with a signing profile resource.

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

An internal error occurred.

", "httpStatusCode" : 500 }, { "exceptionName" : "BadRequestException", "documentation" : "

The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.

", "httpStatusCode" : 400 }, { "exceptionName" : "NotFoundException", "documentation" : "

The signing profile was not found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "paginated" : false, "returnType" : { "returnType" : "ListTagsForResourceResponse", "documentation" : null }, "syncReturnType" : "ListTagsForResourceResponse" }, "PutSigningProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job. For more information, see http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html

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

A specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "ValidationException", "documentation" : "

You signing certificate could not be validated.

", "httpStatusCode" : 400 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The signing job has been throttled.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutSigningProfileRequest", "variableName" : "putSigningProfileRequest", "variableType" : "PutSigningProfileRequest", "documentation" : "", "simpleType" : "PutSigningProfileRequest", "variableSetterType" : "PutSigningProfileRequest" }, "methodName" : "putSigningProfile", "operationName" : "PutSigningProfile", "paginated" : false, "returnType" : { "returnType" : "PutSigningProfileResponse", "documentation" : null }, "syncReturnType" : "PutSigningProfileResponse" }, "StartSigningJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation for two years after they are performed. Note the following requirements:

  • You must create an Amazon S3 source bucket. For more information, see Create a Bucket in the Amazon S3 Getting Started Guide.

  • Your S3 source bucket must be version enabled.

  • You must create an S3 destination bucket. Code signing uses your S3 destination bucket to write your signed code.

  • You specify the name of the source and destination buckets when calling the StartSigningJob operation.

  • You must also specify a request token that identifies your request to code signing.

You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob.

For a Java example that shows how to use this action, see http://docs.aws.amazon.com/acm/latest/userguide/

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

You signing certificate could not be validated.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

A specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

You do not have sufficient access to perform this action.

", "httpStatusCode" : 403 }, { "exceptionName" : "ThrottlingException", "documentation" : "

The signing job has been throttled.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartSigningJobRequest", "variableName" : "startSigningJobRequest", "variableType" : "StartSigningJobRequest", "documentation" : "", "simpleType" : "StartSigningJobRequest", "variableSetterType" : "StartSigningJobRequest" }, "methodName" : "startSigningJob", "operationName" : "StartSigningJob", "paginated" : false, "returnType" : { "returnType" : "StartSigningJobResponse", "documentation" : null }, "syncReturnType" : "StartSigningJobResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds one or more tags to a signing profile. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. To specify the signing profile, use its Amazon Resource Name (ARN). To specify the tag, use a key-value pair.

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

An internal error occurred.

", "httpStatusCode" : 500 }, { "exceptionName" : "BadRequestException", "documentation" : "

The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.

", "httpStatusCode" : 400 }, { "exceptionName" : "NotFoundException", "documentation" : "

The signing profile was not found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : "", "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "methodName" : "tagResource", "operationName" : "TagResource", "paginated" : false, "returnType" : { "returnType" : "TagResourceResponse", "documentation" : null }, "syncReturnType" : "TagResourceResponse" }, "UntagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes one or more tags from a signing profile. To remove the tags, specify a list of tag keys.

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

An internal error occurred.

", "httpStatusCode" : 500 }, { "exceptionName" : "BadRequestException", "documentation" : "

The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.

", "httpStatusCode" : 400 }, { "exceptionName" : "NotFoundException", "documentation" : "

The signing profile was not found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : "", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "methodName" : "untagResource", "operationName" : "UntagResource", "paginated" : false, "returnType" : { "returnType" : "UntagResourceResponse", "documentation" : null }, "syncReturnType" : "UntagResourceResponse" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You do not have sufficient access to perform this action.

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

The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "BadRequestException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BadRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BadRequestException", "variableName" : "badRequestException", "variableType" : "BadRequestException", "documentation" : null, "simpleType" : "BadRequestException", "variableSetterType" : "BadRequestException" }, "wrapper" : false, "xmlNamespace" : null }, "CancelSigningProfileRequest" : { "c2jName" : "CancelSigningProfileRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CancelSigningProfile", "locationName" : null, "requestUri" : "/signing-profiles/{profileName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile to be canceled.

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

The name of the signing profile to be canceled.

\n@return The name of the signing profile to be canceled.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile to be canceled.

\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile to be canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile to be canceled.

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

The name of the signing profile to be canceled.

\n@return The name of the signing profile to be canceled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the signing profile to be canceled.

\n@param profileName The name of the signing profile to be canceled.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile to be canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProfileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile to be canceled.

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

The name of the signing profile to be canceled.

\n@return The name of the signing profile to be canceled.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile to be canceled.

\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile to be canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile to be canceled.

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

The name of the signing profile to be canceled.

\n@return The name of the signing profile to be canceled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the signing profile to be canceled.

\n@param profileName The name of the signing profile to be canceled.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile to be canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile to be canceled.

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

The name of the signing profile to be canceled.

\n@return The name of the signing profile to be canceled.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile to be canceled.

\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile to be canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile to be canceled.

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

The name of the signing profile to be canceled.

\n@return The name of the signing profile to be canceled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the signing profile to be canceled.

\n@param profileName The name of the signing profile to be canceled.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile to be canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "profileName" ], "shapeName" : "CancelSigningProfileRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelSigningProfileRequest", "variableName" : "cancelSigningProfileRequest", "variableType" : "CancelSigningProfileRequest", "documentation" : null, "simpleType" : "CancelSigningProfileRequest", "variableSetterType" : "CancelSigningProfileRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CancelSigningProfileResponse" : { "c2jName" : "CancelSigningProfileResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CancelSigningProfileResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelSigningProfileResponse", "variableName" : "cancelSigningProfileResponse", "variableType" : "CancelSigningProfileResponse", "documentation" : null, "simpleType" : "CancelSigningProfileResponse", "variableSetterType" : "CancelSigningProfileResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Category" : { "c2jName" : "Category", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "AWS_IOT", "value" : "AWSIoT" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Category", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Category", "variableName" : "category", "variableType" : "Category", "documentation" : null, "simpleType" : "Category", "variableSetterType" : "Category" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSigningJobRequest" : { "c2jName" : "DescribeSigningJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeSigningJob", "locationName" : null, "requestUri" : "/signing-jobs/{jobId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job on input.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job on input.

\n@return The ID of the signing job on input.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job on input.

\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job on input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job on input.

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

The ID of the signing job on input.

\n@return The ID of the signing job on input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job on input.

\n@param jobId The ID of the signing job on input.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of the signing job on input.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job on input.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job on input.

\n@return The ID of the signing job on input.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job on input.

\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job on input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job on input.

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

The ID of the signing job on input.

\n@return The ID of the signing job on input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job on input.

\n@param jobId The ID of the signing job on input.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of the signing job on input.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job on input.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job on input.

\n@return The ID of the signing job on input.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job on input.

\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job on input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job on input.

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

The ID of the signing job on input.

\n@return The ID of the signing job on input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job on input.

\n@param jobId The ID of the signing job on input.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of the signing job on input.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "jobId" ], "shapeName" : "DescribeSigningJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSigningJobRequest", "variableName" : "describeSigningJobRequest", "variableType" : "DescribeSigningJobRequest", "documentation" : null, "simpleType" : "DescribeSigningJobRequest", "variableSetterType" : "DescribeSigningJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSigningJobResponse" : { "c2jName" : "DescribeSigningJobResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job on output.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job on output.

\n@return The ID of the signing job on output.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job on output.

\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job on output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job on output.

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

The ID of the signing job on output.

\n@return The ID of the signing job on output.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job on output.

\n@param jobId The ID of the signing job on output.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of the signing job on output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

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

The object that contains the name of your S3 bucket or your raw code.

\n@return The object that contains the name of your S3 bucket or your raw code.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

The object that contains the name of your S3 bucket or your raw code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@return The object that contains the name of your S3 bucket or your raw code.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

The object that contains the name of your S3 bucket or your raw code.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

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

The Amazon Resource Name (ARN) of your code signing certificate.

\n@return The Amazon Resource Name (ARN) of your code signing certificate.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@return The Amazon Resource Name (ARN) of your code signing certificate.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

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

The microcontroller platform to which your signed code image will be distributed.

\n@return The microcontroller platform to which your signed code image will be distributed.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The microcontroller platform to which your signed code image will be distributed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@return The microcontroller platform to which your signed code image will be distributed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The microcontroller platform to which your signed code image will be distributed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the profile that initiated the signing operation.

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

The name of the profile that initiated the signing operation.

\n@return The name of the profile that initiated the signing operation.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the profile that initiated the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileName", "getterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@return The name of the profile that initiated the signing operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the profile that initiated the signing operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

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

A list of any overrides that were applied to the signing operation.

\n@return A list of any overrides that were applied to the signing operation.\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A list of any overrides that were applied to the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@return A list of any overrides that were applied to the signing operation.", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A list of any overrides that were applied to the signing operation.

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

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

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAt", "defaultConsumerFluentSetterDocumentation" : "

Date and time that the signing job was created.

\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Date and time that the signing job was created.

\n@return Date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

Date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

Date and time that the signing job was created.

\n@return Date and time that the signing job was created.", "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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

Date and time that the signing job was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedAt", "beanStyleSetterMethodName" : "setCompletedAt", "c2jName" : "completedAt", "c2jShape" : "CompletedAt", "defaultConsumerFluentSetterDocumentation" : "

Date and time that the signing job was completed.

\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 #completedAt(Instant)}.\n@param completedAt 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 #completedAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Date and time that the signing job was completed.

\n@return Date and time that the signing job was completed.\n@deprecated Use {@link #completedAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedAt(Instant)}\n", "documentation" : "

Date and time that the signing job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedAt", "fluentSetterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedAt", "getterDocumentation" : "

Date and time that the signing job was completed.

\n@return Date and time that the signing job was completed.", "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" : "completedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedAt", "sensitive" : false, "setterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.", "setterMethodName" : "setCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedAt", "variableType" : "java.time.Instant", "documentation" : "

Date and time that the signing job was completed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedBy", "beanStyleSetterMethodName" : "setRequestedBy", "c2jName" : "requestedBy", "c2jShape" : "RequestedBy", "defaultConsumerFluentSetterDocumentation" : "

The IAM principal that requested the signing job.

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

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n", "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedBy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedBy", "fluentSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedBy", "getterDocumentation" : "

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "requestedBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "requestedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequestedBy", "sensitive" : false, "setterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.", "setterMethodName" : "setRequestedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : "

The IAM principal that requested the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the signing job.

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

Status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the signing job.

\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the signing job.

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

Status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the signing job.\n@see SigningStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the signing job.

\n@param status Status of the signing job.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

String value that contains the status reason.

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

String value that contains the status reason.

\n@return String value that contains the status reason.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

String value that contains the status reason.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

String value that contains the status reason.

\n@return String value that contains the status reason.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

String value that contains the status reason.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

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

Name of the S3 bucket where the signed code image is saved by code signing.

\n@return Name of the S3 bucket where the signed code image is saved by code signing.\n@deprecated Use {@link #signedObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n", "documentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSignedObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signedObject", "getterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@return Name of the S3 bucket where the signed code image is saved by code signing.", "getterModel" : { "returnType" : "SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signedObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signedObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SignedObject", "sensitive" : false, "setterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.", "setterMethodName" : "setSignedObject", "setterModel" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : null, "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

", "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletedAt" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedAt", "beanStyleSetterMethodName" : "setCompletedAt", "c2jName" : "completedAt", "c2jShape" : "CompletedAt", "defaultConsumerFluentSetterDocumentation" : "

Date and time that the signing job was completed.

\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 #completedAt(Instant)}.\n@param completedAt 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 #completedAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Date and time that the signing job was completed.

\n@return Date and time that the signing job was completed.\n@deprecated Use {@link #completedAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedAt(Instant)}\n", "documentation" : "

Date and time that the signing job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedAt", "fluentSetterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedAt", "getterDocumentation" : "

Date and time that the signing job was completed.

\n@return Date and time that the signing job was completed.", "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" : "completedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedAt", "sensitive" : false, "setterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.", "setterMethodName" : "setCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedAt", "variableType" : "java.time.Instant", "documentation" : "

Date and time that the signing job was completed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedAt" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAt", "defaultConsumerFluentSetterDocumentation" : "

Date and time that the signing job was created.

\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Date and time that the signing job was created.

\n@return Date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

Date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

Date and time that the signing job was created.

\n@return Date and time that the signing job was created.", "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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

Date and time that the signing job was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job on output.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job on output.

\n@return The ID of the signing job on output.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job on output.

\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job on output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job on output.

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

The ID of the signing job on output.

\n@return The ID of the signing job on output.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job on output.

\n@param jobId The ID of the signing job on output.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of the signing job on output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Overrides" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

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

A list of any overrides that were applied to the signing operation.

\n@return A list of any overrides that were applied to the signing operation.\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A list of any overrides that were applied to the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@return A list of any overrides that were applied to the signing operation.", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A list of any overrides that were applied to the signing operation.

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

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

The microcontroller platform to which your signed code image will be distributed.

\n@return The microcontroller platform to which your signed code image will be distributed.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The microcontroller platform to which your signed code image will be distributed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@return The microcontroller platform to which your signed code image will be distributed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The microcontroller platform to which your signed code image will be distributed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProfileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the profile that initiated the signing operation.

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

The name of the profile that initiated the signing operation.

\n@return The name of the profile that initiated the signing operation.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the profile that initiated the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileName", "getterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@return The name of the profile that initiated the signing operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the profile that initiated the signing operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RequestedBy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedBy", "beanStyleSetterMethodName" : "setRequestedBy", "c2jName" : "requestedBy", "c2jShape" : "RequestedBy", "defaultConsumerFluentSetterDocumentation" : "

The IAM principal that requested the signing job.

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

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n", "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedBy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedBy", "fluentSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedBy", "getterDocumentation" : "

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "requestedBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "requestedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequestedBy", "sensitive" : false, "setterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.", "setterMethodName" : "setRequestedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : "

The IAM principal that requested the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SignedObject" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

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

Name of the S3 bucket where the signed code image is saved by code signing.

\n@return Name of the S3 bucket where the signed code image is saved by code signing.\n@deprecated Use {@link #signedObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n", "documentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSignedObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signedObject", "getterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@return Name of the S3 bucket where the signed code image is saved by code signing.", "getterModel" : { "returnType" : "SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signedObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signedObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SignedObject", "sensitive" : false, "setterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.", "setterMethodName" : "setSignedObject", "setterModel" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : null, "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

", "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningMaterial" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

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

The Amazon Resource Name (ARN) of your code signing certificate.

\n@return The Amazon Resource Name (ARN) of your code signing certificate.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@return The Amazon Resource Name (ARN) of your code signing certificate.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningParameters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

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

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

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

The object that contains the name of your S3 bucket or your raw code.

\n@return The object that contains the name of your S3 bucket or your raw code.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

The object that contains the name of your S3 bucket or your raw code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@return The object that contains the name of your S3 bucket or your raw code.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

The object that contains the name of your S3 bucket or your raw code.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the signing job.

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

Status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the signing job.

\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the signing job.

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

Status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the signing job.\n@see SigningStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the signing job.

\n@param status Status of the signing job.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

String value that contains the status reason.

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

String value that contains the status reason.

\n@return String value that contains the status reason.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

String value that contains the status reason.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

String value that contains the status reason.

\n@return String value that contains the status reason.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

String value that contains the status reason.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job on output.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job on output.

\n@return The ID of the signing job on output.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job on output.

\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job on output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job on output.

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

The ID of the signing job on output.

\n@return The ID of the signing job on output.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job on output.

\n@param jobId The ID of the signing job on output.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of the signing job on output.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

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

The object that contains the name of your S3 bucket or your raw code.

\n@return The object that contains the name of your S3 bucket or your raw code.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

The object that contains the name of your S3 bucket or your raw code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@return The object that contains the name of your S3 bucket or your raw code.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The object that contains the name of your S3 bucket or your raw code.

\n@param source The object that contains the name of your S3 bucket or your raw code.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

The object that contains the name of your S3 bucket or your raw code.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

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

The Amazon Resource Name (ARN) of your code signing certificate.

\n@return The Amazon Resource Name (ARN) of your code signing certificate.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@return The Amazon Resource Name (ARN) of your code signing certificate.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The Amazon Resource Name (ARN) of your code signing certificate.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

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

The microcontroller platform to which your signed code image will be distributed.

\n@return The microcontroller platform to which your signed code image will be distributed.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The microcontroller platform to which your signed code image will be distributed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@return The microcontroller platform to which your signed code image will be distributed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The microcontroller platform to which your signed code image will be distributed.

\n@param platformId The microcontroller platform to which your signed code image will be distributed.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The microcontroller platform to which your signed code image will be distributed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the profile that initiated the signing operation.

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

The name of the profile that initiated the signing operation.

\n@return The name of the profile that initiated the signing operation.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the profile that initiated the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profileName", "getterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@return The name of the profile that initiated the signing operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the profile that initiated the signing operation.

\n@param profileName The name of the profile that initiated the signing operation.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the profile that initiated the signing operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

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

A list of any overrides that were applied to the signing operation.

\n@return A list of any overrides that were applied to the signing operation.\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A list of any overrides that were applied to the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@return A list of any overrides that were applied to the signing operation.", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A list of any overrides that were applied to the signing operation.

\n@param overrides A list of any overrides that were applied to the signing operation.", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A list of any overrides that were applied to the signing operation.

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

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

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAt", "defaultConsumerFluentSetterDocumentation" : "

Date and time that the signing job was created.

\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Date and time that the signing job was created.

\n@return Date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

Date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

Date and time that the signing job was created.

\n@return Date and time that the signing job was created.", "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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

Date and time that the signing job was created.

\n@param createdAt Date and time that the signing job was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

Date and time that the signing job was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedAt", "beanStyleSetterMethodName" : "setCompletedAt", "c2jName" : "completedAt", "c2jShape" : "CompletedAt", "defaultConsumerFluentSetterDocumentation" : "

Date and time that the signing job was completed.

\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 #completedAt(Instant)}.\n@param completedAt 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 #completedAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Date and time that the signing job was completed.

\n@return Date and time that the signing job was completed.\n@deprecated Use {@link #completedAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedAt(Instant)}\n", "documentation" : "

Date and time that the signing job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedAt", "fluentSetterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedAt", "getterDocumentation" : "

Date and time that the signing job was completed.

\n@return Date and time that the signing job was completed.", "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" : "completedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedAt", "sensitive" : false, "setterDocumentation" : "

Date and time that the signing job was completed.

\n@param completedAt Date and time that the signing job was completed.", "setterMethodName" : "setCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedAt", "variableType" : "java.time.Instant", "documentation" : "

Date and time that the signing job was completed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedBy", "beanStyleSetterMethodName" : "setRequestedBy", "c2jName" : "requestedBy", "c2jShape" : "RequestedBy", "defaultConsumerFluentSetterDocumentation" : "

The IAM principal that requested the signing job.

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

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n", "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedBy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedBy", "fluentSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedBy", "getterDocumentation" : "

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "requestedBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "requestedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequestedBy", "sensitive" : false, "setterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.", "setterMethodName" : "setRequestedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : "

The IAM principal that requested the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the signing job.

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

Status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the signing job.

\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the signing job.

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

Status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the signing job.\n@see SigningStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the signing job.

\n@param status Status of the signing job.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

String value that contains the status reason.

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

String value that contains the status reason.

\n@return String value that contains the status reason.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

String value that contains the status reason.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

String value that contains the status reason.

\n@return String value that contains the status reason.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

String value that contains the status reason.

\n@param statusReason String value that contains the status reason.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

String value that contains the status reason.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

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

Name of the S3 bucket where the signed code image is saved by code signing.

\n@return Name of the S3 bucket where the signed code image is saved by code signing.\n@deprecated Use {@link #signedObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n", "documentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSignedObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signedObject", "getterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@return Name of the S3 bucket where the signed code image is saved by code signing.", "getterModel" : { "returnType" : "SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signedObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signedObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SignedObject", "sensitive" : false, "setterDocumentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.", "setterMethodName" : "setSignedObject", "setterModel" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : null, "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : "

Name of the S3 bucket where the signed code image is saved by code signing.

", "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSigningJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeSigningJobResponse", "variableName" : "describeSigningJobResponse", "variableType" : "DescribeSigningJobResponse", "documentation" : null, "simpleType" : "DescribeSigningJobResponse", "variableSetterType" : "DescribeSigningJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Destination" : { "c2jName" : "Destination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Points to an S3Destination object that contains information about your S3 bucket.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3Destination", "defaultConsumerFluentSetterDocumentation" : "

The S3Destination object.

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

The S3Destination object.

\n@return The S3Destination object.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3Destination object.

\n@param s3 The S3Destination object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Destination)}\n", "documentation" : "

The S3Destination object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3Destination object.

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

The S3Destination object.

\n@return The S3Destination object.", "getterModel" : { "returnType" : "S3Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3Destination object.

\n@param s3 The S3Destination object.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3Destination", "variableName" : "s3", "variableType" : "S3Destination", "documentation" : null, "simpleType" : "S3Destination", "variableSetterType" : "S3Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Destination", "variableName" : "s3", "variableType" : "S3Destination", "documentation" : "

The S3Destination object.

", "simpleType" : "S3Destination", "variableSetterType" : "S3Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3Destination", "defaultConsumerFluentSetterDocumentation" : "

The S3Destination object.

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

The S3Destination object.

\n@return The S3Destination object.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3Destination object.

\n@param s3 The S3Destination object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Destination)}\n", "documentation" : "

The S3Destination object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3Destination object.

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

The S3Destination object.

\n@return The S3Destination object.", "getterModel" : { "returnType" : "S3Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3Destination object.

\n@param s3 The S3Destination object.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3Destination", "variableName" : "s3", "variableType" : "S3Destination", "documentation" : null, "simpleType" : "S3Destination", "variableSetterType" : "S3Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Destination", "variableName" : "s3", "variableType" : "S3Destination", "documentation" : "

The S3Destination object.

", "simpleType" : "S3Destination", "variableSetterType" : "S3Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3Destination", "defaultConsumerFluentSetterDocumentation" : "

The S3Destination object.

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

The S3Destination object.

\n@return The S3Destination object.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3Destination object.

\n@param s3 The S3Destination object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Destination)}\n", "documentation" : "

The S3Destination object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3Destination object.

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

The S3Destination object.

\n@return The S3Destination object.", "getterModel" : { "returnType" : "S3Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3Destination object.

\n@param s3 The S3Destination object.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3Destination", "variableName" : "s3", "variableType" : "S3Destination", "documentation" : null, "simpleType" : "S3Destination", "variableSetterType" : "S3Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Destination", "variableName" : "s3", "variableType" : "S3Destination", "documentation" : "

The S3Destination object.

", "simpleType" : "S3Destination", "variableSetterType" : "S3Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Destination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "wrapper" : false, "xmlNamespace" : null }, "EncryptionAlgorithm" : { "c2jName" : "EncryptionAlgorithm", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "RSA", "value" : "RSA" }, { "name" : "ECDSA", "value" : "ECDSA" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EncryptionAlgorithm", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionAlgorithm", "variableName" : "encryptionAlgorithm", "variableType" : "EncryptionAlgorithm", "documentation" : null, "simpleType" : "EncryptionAlgorithm", "variableSetterType" : "EncryptionAlgorithm" }, "wrapper" : false, "xmlNamespace" : null }, "EncryptionAlgorithmOptions" : { "c2jName" : "EncryptionAlgorithmOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The encryption algorithm options that are available to a code signing job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "EncryptionAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted encryption algorithms that are allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n", "documentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValuesWithStrings", "getterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted encryption algorithms that are allowed in a code signing job.", "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" : "allowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "allowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EncryptionAlgorithm", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.", "setterMethodName" : "setAllowedValuesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValueAsString", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

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

The default encryption algorithm that is used by a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n", "documentation" : "

The default encryption algorithm that is used by a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default encryption algorithm that is used by a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedValues" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "EncryptionAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted encryption algorithms that are allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n", "documentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValuesWithStrings", "getterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted encryption algorithms that are allowed in a code signing job.", "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" : "allowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "allowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EncryptionAlgorithm", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.", "setterMethodName" : "setAllowedValuesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValueAsString", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

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

The default encryption algorithm that is used by a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n", "documentation" : "

The default encryption algorithm that is used by a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default encryption algorithm that is used by a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "EncryptionAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted encryption algorithms that are allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n", "documentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValuesWithStrings", "getterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted encryption algorithms that are allowed in a code signing job.", "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" : "allowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "allowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EncryptionAlgorithm", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.", "setterMethodName" : "setAllowedValuesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

The set of accepted encryption algorithms that are allowed in a code signing job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValueAsString", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

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

The default encryption algorithm that is used by a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n", "documentation" : "

The default encryption algorithm that is used by a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

The default encryption algorithm that is used by a code signing job.

\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default encryption algorithm that is used by a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "allowedValues", "defaultValue" ], "shapeName" : "EncryptionAlgorithmOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionAlgorithmOptions", "variableName" : "encryptionAlgorithmOptions", "variableType" : "EncryptionAlgorithmOptions", "documentation" : null, "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "wrapper" : false, "xmlNamespace" : null }, "GetSigningPlatformRequest" : { "c2jName" : "GetSigningPlatformRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetSigningPlatform", "locationName" : null, "requestUri" : "/signing-platforms/{platformId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "platformId" ], "shapeName" : "GetSigningPlatformRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSigningPlatformRequest", "variableName" : "getSigningPlatformRequest", "variableType" : "GetSigningPlatformRequest", "documentation" : null, "simpleType" : "GetSigningPlatformRequest", "variableSetterType" : "GetSigningPlatformRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetSigningPlatformResponse" : { "c2jName" : "GetSigningPlatformResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

The display name of the target signing platform.

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

The display name of the target signing platform.

\n@return The display name of the target signing platform.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

The display name of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

The display name of the target signing platform.

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

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A list of partner entities that use the target signing platform.

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

A list of partner entities that use the target signing platform.

\n@return A list of partner entities that use the target signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

A list of partner entities that use the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@return A list of partner entities that use the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partner", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

A list of partner entities that use the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

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

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The validation template that is used by the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category type of the target signing platform.

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

The category type of the target signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category type of the target signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category type of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category type of the target signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category type of the target signing platform.\n@see Category", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "category", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category type of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

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

A list of configurations applied to the target platform at signing.

\n@return A list of configurations applied to the target platform at signing.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n", "documentation" : "

A list of configurations applied to the target platform at signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@return A list of configurations applied to the target platform at signing.", "getterModel" : { "returnType" : "SigningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : null, "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : "

A list of configurations applied to the target platform at signing.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The format of the target platform's signing image.

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

The format of the target platform's signing image.

\n@return The format of the target platform's signing image.\n@deprecated Use {@link #signingImageFormat()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n", "documentation" : "

The format of the target platform's signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

The format of the target platform's signing image.

\n@return The format of the target platform's signing image.", "getterModel" : { "returnType" : "SigningImageFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : null, "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : "

The format of the target platform's signing image.

", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\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 #maxSizeInMB(Integer)}.\n@param maxSizeInMB 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 #maxSizeInMB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@return The maximum size (in MB) of the payload that can be signed by the target platform.\n@deprecated Use {@link #maxSizeInMB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n", "documentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSizeInMB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSizeInMB", "getterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@return The maximum size (in MB) of the payload that can be signed by the target platform.", "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" : "maxSizeInMB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxSizeInMB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSizeInMB", "sensitive" : false, "setterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.", "setterMethodName" : "setMaxSizeInMB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Category" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category type of the target signing platform.

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

The category type of the target signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category type of the target signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category type of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category type of the target signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category type of the target signing platform.\n@see Category", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "category", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category type of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DisplayName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

The display name of the target signing platform.

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

The display name of the target signing platform.

\n@return The display name of the target signing platform.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

The display name of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

The display name of the target signing platform.

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

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxSizeInMB" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\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 #maxSizeInMB(Integer)}.\n@param maxSizeInMB 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 #maxSizeInMB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@return The maximum size (in MB) of the payload that can be signed by the target platform.\n@deprecated Use {@link #maxSizeInMB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n", "documentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSizeInMB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSizeInMB", "getterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@return The maximum size (in MB) of the payload that can be signed by the target platform.", "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" : "maxSizeInMB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxSizeInMB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSizeInMB", "sensitive" : false, "setterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.", "setterMethodName" : "setMaxSizeInMB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Partner" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A list of partner entities that use the target signing platform.

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

A list of partner entities that use the target signing platform.

\n@return A list of partner entities that use the target signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

A list of partner entities that use the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@return A list of partner entities that use the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partner", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

A list of partner entities that use the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

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

A list of configurations applied to the target platform at signing.

\n@return A list of configurations applied to the target platform at signing.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n", "documentation" : "

A list of configurations applied to the target platform at signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@return A list of configurations applied to the target platform at signing.", "getterModel" : { "returnType" : "SigningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : null, "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : "

A list of configurations applied to the target platform at signing.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningImageFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The format of the target platform's signing image.

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

The format of the target platform's signing image.

\n@return The format of the target platform's signing image.\n@deprecated Use {@link #signingImageFormat()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n", "documentation" : "

The format of the target platform's signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

The format of the target platform's signing image.

\n@return The format of the target platform's signing image.", "getterModel" : { "returnType" : "SigningImageFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : null, "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : "

The format of the target platform's signing image.

", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

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

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The validation template that is used by the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the target signing platform.

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

The ID of the target signing platform.

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

The ID of the target signing platform.

\n@param platformId The ID of the target signing platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

The display name of the target signing platform.

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

The display name of the target signing platform.

\n@return The display name of the target signing platform.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

The display name of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

The display name of the target signing platform.

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

The display name of the target signing platform.

\n@param displayName The display name of the target signing platform.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A list of partner entities that use the target signing platform.

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

A list of partner entities that use the target signing platform.

\n@return A list of partner entities that use the target signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

A list of partner entities that use the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@return A list of partner entities that use the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partner", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

A list of partner entities that use the target signing platform.

\n@param partner A list of partner entities that use the target signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

A list of partner entities that use the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

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

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The validation template that is used by the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category type of the target signing platform.

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

The category type of the target signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category type of the target signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category type of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category type of the target signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category type of the target signing platform.\n@see Category", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "category", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category type of the target signing platform.

\n@param category The category type of the target signing platform.\n@see Category", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category type of the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

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

A list of configurations applied to the target platform at signing.

\n@return A list of configurations applied to the target platform at signing.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n", "documentation" : "

A list of configurations applied to the target platform at signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@return A list of configurations applied to the target platform at signing.", "getterModel" : { "returnType" : "SigningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

A list of configurations applied to the target platform at signing.

\n@param signingConfiguration A list of configurations applied to the target platform at signing.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : null, "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : "

A list of configurations applied to the target platform at signing.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The format of the target platform's signing image.

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

The format of the target platform's signing image.

\n@return The format of the target platform's signing image.\n@deprecated Use {@link #signingImageFormat()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n", "documentation" : "

The format of the target platform's signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

The format of the target platform's signing image.

\n@return The format of the target platform's signing image.", "getterModel" : { "returnType" : "SigningImageFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "

The format of the target platform's signing image.

\n@param signingImageFormat The format of the target platform's signing image.", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : null, "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : "

The format of the target platform's signing image.

", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\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 #maxSizeInMB(Integer)}.\n@param maxSizeInMB 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 #maxSizeInMB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@return The maximum size (in MB) of the payload that can be signed by the target platform.\n@deprecated Use {@link #maxSizeInMB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n", "documentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSizeInMB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSizeInMB", "getterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@return The maximum size (in MB) of the payload that can be signed by the target platform.", "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" : "maxSizeInMB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxSizeInMB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSizeInMB", "sensitive" : false, "setterDocumentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.", "setterMethodName" : "setMaxSizeInMB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : "

The maximum size (in MB) of the payload that can be signed by the target platform.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSigningPlatformResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetSigningPlatformResponse", "variableName" : "getSigningPlatformResponse", "variableType" : "GetSigningPlatformResponse", "documentation" : null, "simpleType" : "GetSigningPlatformResponse", "variableSetterType" : "GetSigningPlatformResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetSigningProfileRequest" : { "c2jName" : "GetSigningProfileRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetSigningProfile", "locationName" : null, "requestUri" : "/signing-profiles/{profileName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProfileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "profileName" ], "shapeName" : "GetSigningProfileRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSigningProfileRequest", "variableName" : "getSigningProfileRequest", "variableType" : "GetSigningProfileRequest", "documentation" : null, "simpleType" : "GetSigningProfileRequest", "variableSetterType" : "GetSigningProfileRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetSigningProfileResponse" : { "c2jName" : "GetSigningProfileResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

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

The name of the target signing profile.

\n@param profileName The name of the target signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

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

The ARN of the certificate that the target profile uses for signing operations.

\n@return The ARN of the certificate that the target profile uses for signing operations.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@return The ARN of the certificate that the target profile uses for signing operations.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

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

The ID of the platform that is used by the target signing profile.

\n@return The ID of the platform that is used by the target signing profile.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the platform that is used by the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@return The ID of the platform that is used by the target signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the platform that is used by the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

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

A list of overrides applied by the target signing profile for signing operations.

\n@return A list of overrides applied by the target signing profile for signing operations.\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@return A list of overrides applied by the target signing profile for signing operations.", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

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

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the target signing profile.

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

The status of the target signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the target signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the target signing profile.

\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the target signing profile.

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

The status of the target signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the target signing profile.\n@see SigningProfileStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the target signing profile.

\n@param status The status of the target signing profile.\n@see SigningProfileStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Overrides" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

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

A list of overrides applied by the target signing profile for signing operations.

\n@return A list of overrides applied by the target signing profile for signing operations.\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@return A list of overrides applied by the target signing profile for signing operations.", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

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

The ID of the platform that is used by the target signing profile.

\n@return The ID of the platform that is used by the target signing profile.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the platform that is used by the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@return The ID of the platform that is used by the target signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the platform that is used by the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProfileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

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

The name of the target signing profile.

\n@param profileName The name of the target signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningMaterial" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

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

The ARN of the certificate that the target profile uses for signing operations.

\n@return The ARN of the certificate that the target profile uses for signing operations.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@return The ARN of the certificate that the target profile uses for signing operations.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningParameters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

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

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the target signing profile.

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

The status of the target signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the target signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the target signing profile.

\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the target signing profile.

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

The status of the target signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the target signing profile.\n@see SigningProfileStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the target signing profile.

\n@param status The status of the target signing profile.\n@see SigningProfileStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the target signing profile.

\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the target signing profile.

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

The name of the target signing profile.

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

The name of the target signing profile.

\n@param profileName The name of the target signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

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

The ARN of the certificate that the target profile uses for signing operations.

\n@return The ARN of the certificate that the target profile uses for signing operations.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@return The ARN of the certificate that the target profile uses for signing operations.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The ARN of the certificate that the target profile uses for signing operations.

\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

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

The ID of the platform that is used by the target signing profile.

\n@return The ID of the platform that is used by the target signing profile.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the platform that is used by the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@return The ID of the platform that is used by the target signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of the platform that is used by the target signing profile.

\n@param platformId The ID of the platform that is used by the target signing profile.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the platform that is used by the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

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

A list of overrides applied by the target signing profile for signing operations.

\n@return A list of overrides applied by the target signing profile for signing operations.\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@return A list of overrides applied by the target signing profile for signing operations.", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A list of overrides applied by the target signing profile for signing operations.

\n@param overrides A list of overrides applied by the target signing profile for signing operations.", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

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

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

A map of key-value pairs for signing operations that is attached to the target signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the target signing profile.

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

The status of the target signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the target signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the target signing profile.

\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the target signing profile.

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

The status of the target signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the target signing profile.\n@see SigningProfileStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the target signing profile.

\n@param status The status of the target signing profile.\n@see SigningProfileStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the target signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSigningProfileResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetSigningProfileResponse", "variableName" : "getSigningProfileResponse", "variableType" : "GetSigningProfileResponse", "documentation" : null, "simpleType" : "GetSigningProfileResponse", "variableSetterType" : "GetSigningProfileResponse" }, "wrapper" : false, "xmlNamespace" : null }, "HashAlgorithm" : { "c2jName" : "HashAlgorithm", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SHA1", "value" : "SHA1" }, { "name" : "SHA256", "value" : "SHA256" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HashAlgorithm", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HashAlgorithm", "variableName" : "hashAlgorithm", "variableType" : "HashAlgorithm", "documentation" : null, "simpleType" : "HashAlgorithm", "variableSetterType" : "HashAlgorithm" }, "wrapper" : false, "xmlNamespace" : null }, "HashAlgorithmOptions" : { "c2jName" : "HashAlgorithmOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The hash algorithms that are available to a code signing job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "HashAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted hash algorithms allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n", "documentation" : "

The set of accepted hash algorithms allowed in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValuesWithStrings", "getterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted hash algorithms allowed in a code signing job.", "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" : "allowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "allowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HashAlgorithm", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see HashAlgorithm\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see HashAlgorithm", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.", "setterMethodName" : "setAllowedValuesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

The set of accepted hash algorithms allowed in a code signing job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValueAsString", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

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

The default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n", "documentation" : "

The default hash algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default hash algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedValues" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "HashAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted hash algorithms allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n", "documentation" : "

The set of accepted hash algorithms allowed in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValuesWithStrings", "getterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted hash algorithms allowed in a code signing job.", "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" : "allowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "allowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HashAlgorithm", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see HashAlgorithm\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see HashAlgorithm", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.", "setterMethodName" : "setAllowedValuesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

The set of accepted hash algorithms allowed in a code signing job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValueAsString", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

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

The default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n", "documentation" : "

The default hash algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default hash algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "HashAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted hash algorithms allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n", "documentation" : "

The set of accepted hash algorithms allowed in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValuesWithStrings", "getterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n

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

\n

\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n

\n@return The set of accepted hash algorithms allowed in a code signing job.", "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" : "allowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "allowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HashAlgorithm", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see HashAlgorithm\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see HashAlgorithm", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

The set of accepted hash algorithms allowed in a code signing job.

\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.", "setterMethodName" : "setAllowedValuesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "allowedValues", "variableType" : "java.util.List", "documentation" : "

The set of accepted hash algorithms allowed in a code signing job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValueAsString", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

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

The default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n", "documentation" : "

The default hash algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n

\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

The default hash algorithm that is used in a code signing job.

\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

The default hash algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "allowedValues", "defaultValue" ], "shapeName" : "HashAlgorithmOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HashAlgorithmOptions", "variableName" : "hashAlgorithmOptions", "variableType" : "HashAlgorithmOptions", "documentation" : null, "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "wrapper" : false, "xmlNamespace" : null }, "ImageFormat" : { "c2jName" : "ImageFormat", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "JSON", "value" : "JSON" }, { "name" : "JSON_EMBEDDED", "value" : "JSONEmbedded" }, { "name" : "JSON_DETACHED", "value" : "JSONDetached" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageFormat", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageFormat", "variableName" : "imageFormat", "variableType" : "ImageFormat", "documentation" : null, "simpleType" : "ImageFormat", "variableSetterType" : "ImageFormat" }, "wrapper" : false, "xmlNamespace" : null }, "InternalServiceErrorException" : { "c2jName" : "InternalServiceErrorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An internal error occurred.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServiceErrorException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 500, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalServiceErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServiceErrorException", "variableName" : "internalServiceErrorException", "variableType" : "InternalServiceErrorException", "documentation" : null, "simpleType" : "InternalServiceErrorException", "variableSetterType" : "InternalServiceErrorException" }, "wrapper" : false, "xmlNamespace" : null }, "ListSigningJobsRequest" : { "c2jName" : "ListSigningJobsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListSigningJobs", "locationName" : null, "requestUri" : "/signing-jobs", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

A status value with which to filter your results.

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

A status value with which to filter your results.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return A status value with which to filter your results.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

A status value with which to filter your results.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

A status value with which to filter your results.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return A status value with which to filter your results.\n@see SigningStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "status", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

A status value with which to filter your results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

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

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@return The ID of microcontroller platform that you specified for the distribution of your code image.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@return The ID of microcontroller platform that you specified for the distribution of your code image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "platformId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedBy", "beanStyleSetterMethodName" : "setRequestedBy", "c2jName" : "requestedBy", "c2jShape" : "RequestedBy", "defaultConsumerFluentSetterDocumentation" : "

The IAM principal that requested the signing job.

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

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n", "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedBy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedBy", "fluentSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedBy", "getterDocumentation" : "

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "requestedBy", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "requestedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequestedBy", "sensitive" : false, "setterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.", "setterMethodName" : "setRequestedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : "

The IAM principal that requested the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

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

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

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

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

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

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@return The ID of microcontroller platform that you specified for the distribution of your code image.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@return The ID of microcontroller platform that you specified for the distribution of your code image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "platformId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RequestedBy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedBy", "beanStyleSetterMethodName" : "setRequestedBy", "c2jName" : "requestedBy", "c2jShape" : "RequestedBy", "defaultConsumerFluentSetterDocumentation" : "

The IAM principal that requested the signing job.

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

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n", "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedBy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedBy", "fluentSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedBy", "getterDocumentation" : "

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "requestedBy", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "requestedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequestedBy", "sensitive" : false, "setterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.", "setterMethodName" : "setRequestedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : "

The IAM principal that requested the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

A status value with which to filter your results.

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

A status value with which to filter your results.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return A status value with which to filter your results.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

A status value with which to filter your results.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

A status value with which to filter your results.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return A status value with which to filter your results.\n@see SigningStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "status", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

A status value with which to filter your results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

A status value with which to filter your results.

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

A status value with which to filter your results.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return A status value with which to filter your results.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

A status value with which to filter your results.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

A status value with which to filter your results.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return A status value with which to filter your results.\n@see SigningStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "status", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

A status value with which to filter your results.

\n@param status A status value with which to filter your results.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

A status value with which to filter your results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

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

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@return The ID of microcontroller platform that you specified for the distribution of your code image.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@return The ID of microcontroller platform that you specified for the distribution of your code image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "platformId", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedBy", "beanStyleSetterMethodName" : "setRequestedBy", "c2jName" : "requestedBy", "c2jShape" : "RequestedBy", "defaultConsumerFluentSetterDocumentation" : "

The IAM principal that requested the signing job.

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

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n", "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedBy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedBy", "fluentSetterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedBy", "getterDocumentation" : "

The IAM principal that requested the signing job.

\n@return The IAM principal that requested the signing job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "requestedBy", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "requestedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequestedBy", "sensitive" : false, "setterDocumentation" : "

The IAM principal that requested the signing job.

\n@param requestedBy The IAM principal that requested the signing job.", "setterMethodName" : "setRequestedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requestedBy", "variableType" : "String", "documentation" : "

The IAM principal that requested the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

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

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListSigningJobsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListSigningJobsRequest", "variableName" : "listSigningJobsRequest", "variableType" : "ListSigningJobsRequest", "documentation" : null, "simpleType" : "ListSigningJobsRequest", "variableSetterType" : "ListSigningJobsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListSigningJobsResponse" : { "c2jName" : "ListSigningJobsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "jobs", "c2jShape" : "SigningJobs", "defaultConsumerFluentSetterDocumentation" : "

A list of your signing jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of your signing jobs.

\n

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

\n

\nYou can use {@link #hasJobs()} to see if a value was sent in this field.\n

\n@return A list of your signing jobs.\n@deprecated Use {@link #jobs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobs(List)}\n", "documentation" : "

A list of your signing jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Jobs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

A list of your signing jobs.

\n

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

\n

\nYou can use {@link #hasJobs()} to see if a value was sent in this field.\n

\n@return A list of your signing jobs.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningJob", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningJob.Builder} avoiding the need to create one manually via {@link SigningJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningJob.Builder#build()} is called immediately and its result is passed to {@link #member(SigningJob)}.\n@param member a consumer that will call methods on {@link SigningJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningJob)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningJob", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningJob", "variableName" : "member", "variableType" : "SigningJob", "documentation" : null, "simpleType" : "SigningJob", "variableSetterType" : "SigningJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningJob", "variableName" : "member", "variableType" : "SigningJob", "documentation" : "", "simpleType" : "SigningJob", "variableSetterType" : "SigningJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningJob", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningJob", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Jobs", "sensitive" : false, "setterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

A list of your signing jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

String for specifying the next set of paginated results.

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

String for specifying the next set of paginated results.

\n@return String for specifying the next set of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

String for specifying the next set of paginated results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

String for specifying the next set of paginated results.

\n@return String for specifying the next set of paginated results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

String for specifying the next set of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Jobs" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "jobs", "c2jShape" : "SigningJobs", "defaultConsumerFluentSetterDocumentation" : "

A list of your signing jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of your signing jobs.

\n

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

\n

\nYou can use {@link #hasJobs()} to see if a value was sent in this field.\n

\n@return A list of your signing jobs.\n@deprecated Use {@link #jobs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobs(List)}\n", "documentation" : "

A list of your signing jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Jobs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

A list of your signing jobs.

\n

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

\n

\nYou can use {@link #hasJobs()} to see if a value was sent in this field.\n

\n@return A list of your signing jobs.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningJob", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningJob.Builder} avoiding the need to create one manually via {@link SigningJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningJob.Builder#build()} is called immediately and its result is passed to {@link #member(SigningJob)}.\n@param member a consumer that will call methods on {@link SigningJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningJob)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningJob", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningJob", "variableName" : "member", "variableType" : "SigningJob", "documentation" : null, "simpleType" : "SigningJob", "variableSetterType" : "SigningJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningJob", "variableName" : "member", "variableType" : "SigningJob", "documentation" : "", "simpleType" : "SigningJob", "variableSetterType" : "SigningJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningJob", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningJob", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Jobs", "sensitive" : false, "setterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

A list of your signing jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

String for specifying the next set of paginated results.

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

String for specifying the next set of paginated results.

\n@return String for specifying the next set of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

String for specifying the next set of paginated results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

String for specifying the next set of paginated results.

\n@return String for specifying the next set of paginated results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

String for specifying the next set of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "jobs", "c2jShape" : "SigningJobs", "defaultConsumerFluentSetterDocumentation" : "

A list of your signing jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of your signing jobs.

\n

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

\n

\nYou can use {@link #hasJobs()} to see if a value was sent in this field.\n

\n@return A list of your signing jobs.\n@deprecated Use {@link #jobs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobs(List)}\n", "documentation" : "

A list of your signing jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Jobs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

A list of your signing jobs.

\n

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

\n

\nYou can use {@link #hasJobs()} to see if a value was sent in this field.\n

\n@return A list of your signing jobs.", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningJob", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningJob.Builder} avoiding the need to create one manually via {@link SigningJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningJob.Builder#build()} is called immediately and its result is passed to {@link #member(SigningJob)}.\n@param member a consumer that will call methods on {@link SigningJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningJob)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningJob", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningJob", "variableName" : "member", "variableType" : "SigningJob", "documentation" : null, "simpleType" : "SigningJob", "variableSetterType" : "SigningJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningJob", "variableName" : "member", "variableType" : "SigningJob", "documentation" : "", "simpleType" : "SigningJob", "variableSetterType" : "SigningJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningJob", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningJob", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Jobs", "sensitive" : false, "setterDocumentation" : "

A list of your signing jobs.

\n@param jobs A list of your signing jobs.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

A list of your signing jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

String for specifying the next set of paginated results.

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

String for specifying the next set of paginated results.

\n@return String for specifying the next set of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

String for specifying the next set of paginated results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

String for specifying the next set of paginated results.

\n@return String for specifying the next set of paginated results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

String for specifying the next set of paginated results.

\n@param nextToken String for specifying the next set of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

String for specifying the next set of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListSigningJobsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListSigningJobsResponse", "variableName" : "listSigningJobsResponse", "variableType" : "ListSigningJobsResponse", "documentation" : null, "simpleType" : "ListSigningJobsResponse", "variableSetterType" : "ListSigningJobsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListSigningPlatformsRequest" : { "c2jName" : "ListSigningPlatformsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListSigningPlatforms", "locationName" : null, "requestUri" : "/signing-platforms", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategory", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The category type of a signing platform.

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

The category type of a signing platform.

\n@return The category type of a signing platform.\n@deprecated Use {@link #category()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category type of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "category", "fluentSetterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category type of a signing platform.

\n@return The category type of a signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "category", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category type of a signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Any partner entities connected to a signing platform.

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

Any partner entities connected to a signing platform.

\n@return Any partner entities connected to a signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

Any partner entities connected to a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

Any partner entities connected to a signing platform.

\n@return Any partner entities connected to a signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "partner", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

Any partner entities connected to a signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

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

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "target", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The validation template that is used by the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to be returned by this operation.

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

The maximum number of results to be returned by this operation.

\n@return The maximum number of results to be returned by this operation.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to be returned by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@return The maximum number of results to be returned by this operation.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to be returned by this operation.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Category" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategory", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The category type of a signing platform.

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

The category type of a signing platform.

\n@return The category type of a signing platform.\n@deprecated Use {@link #category()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category type of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "category", "fluentSetterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category type of a signing platform.

\n@return The category type of a signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "category", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category type of a signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to be returned by this operation.

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

The maximum number of results to be returned by this operation.

\n@return The maximum number of results to be returned by this operation.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to be returned by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@return The maximum number of results to be returned by this operation.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to be returned by this operation.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Partner" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Any partner entities connected to a signing platform.

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

Any partner entities connected to a signing platform.

\n@return Any partner entities connected to a signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

Any partner entities connected to a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

Any partner entities connected to a signing platform.

\n@return Any partner entities connected to a signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "partner", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

Any partner entities connected to a signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

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

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "target", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The validation template that is used by the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategory", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The category type of a signing platform.

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

The category type of a signing platform.

\n@return The category type of a signing platform.\n@deprecated Use {@link #category()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category type of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "category", "fluentSetterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category type of a signing platform.

\n@return The category type of a signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "category", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category type of a signing platform.

\n@param category The category type of a signing platform.", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category type of a signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Any partner entities connected to a signing platform.

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

Any partner entities connected to a signing platform.

\n@return Any partner entities connected to a signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

Any partner entities connected to a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

Any partner entities connected to a signing platform.

\n@return Any partner entities connected to a signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "partner", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

Any partner entities connected to a signing platform.

\n@param partner Any partner entities connected to a signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

Any partner entities connected to a signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

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

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The validation template that is used by the target signing platform.

\n@return The validation template that is used by the target signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "target", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The validation template that is used by the target signing platform.

\n@param target The validation template that is used by the target signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The validation template that is used by the target signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to be returned by this operation.

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

The maximum number of results to be returned by this operation.

\n@return The maximum number of results to be returned by this operation.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to be returned by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@return The maximum number of results to be returned by this operation.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to be returned by this operation.

\n@param maxResults The maximum number of results to be returned by this operation.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to be returned by this operation.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListSigningPlatformsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListSigningPlatformsRequest", "variableName" : "listSigningPlatformsRequest", "variableType" : "ListSigningPlatformsRequest", "documentation" : null, "simpleType" : "ListSigningPlatformsRequest", "variableSetterType" : "ListSigningPlatformsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListSigningPlatformsResponse" : { "c2jName" : "ListSigningPlatformsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPlatforms", "beanStyleSetterMethodName" : "setPlatforms", "c2jName" : "platforms", "c2jShape" : "SigningPlatforms", "defaultConsumerFluentSetterDocumentation" : "

A list of all platforms that match the request parameters.

\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 #platforms(List)}.\n@param platforms 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 #platforms(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of all platforms that match the request parameters.

\n

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

\n

\nYou can use {@link #hasPlatforms()} to see if a value was sent in this field.\n

\n@return A list of all platforms that match the request parameters.\n@deprecated Use {@link #platforms()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platforms(List)}\n", "documentation" : "

A list of all platforms that match the request parameters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Platforms property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatforms", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platforms", "fluentSetterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platforms", "getterDocumentation" : "

A list of all platforms that match the request parameters.

\n

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

\n

\nYou can use {@link #hasPlatforms()} to see if a value was sent in this field.\n

\n@return A list of all platforms that match the request parameters.", "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" : "platforms", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platforms", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningPlatform", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningPlatform.Builder} avoiding the need to create one manually via {@link SigningPlatform#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatform.Builder#build()} is called immediately and its result is passed to {@link #member(SigningPlatform)}.\n@param member a consumer that will call methods on {@link SigningPlatform.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningPlatform)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningPlatform)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningPlatform", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningPlatform", "variableName" : "member", "variableType" : "SigningPlatform", "documentation" : null, "simpleType" : "SigningPlatform", "variableSetterType" : "SigningPlatform" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatform", "variableName" : "member", "variableType" : "SigningPlatform", "documentation" : "", "simpleType" : "SigningPlatform", "variableSetterType" : "SigningPlatform" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningPlatform", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningPlatform", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Platforms", "sensitive" : false, "setterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.", "setterMethodName" : "setPlatforms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "platforms", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "platforms", "variableType" : "java.util.List", "documentation" : "

A list of all platforms that match the request parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

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

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

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

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Platforms" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPlatforms", "beanStyleSetterMethodName" : "setPlatforms", "c2jName" : "platforms", "c2jShape" : "SigningPlatforms", "defaultConsumerFluentSetterDocumentation" : "

A list of all platforms that match the request parameters.

\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 #platforms(List)}.\n@param platforms 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 #platforms(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of all platforms that match the request parameters.

\n

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

\n

\nYou can use {@link #hasPlatforms()} to see if a value was sent in this field.\n

\n@return A list of all platforms that match the request parameters.\n@deprecated Use {@link #platforms()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platforms(List)}\n", "documentation" : "

A list of all platforms that match the request parameters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Platforms property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatforms", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platforms", "fluentSetterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platforms", "getterDocumentation" : "

A list of all platforms that match the request parameters.

\n

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

\n

\nYou can use {@link #hasPlatforms()} to see if a value was sent in this field.\n

\n@return A list of all platforms that match the request parameters.", "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" : "platforms", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platforms", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningPlatform", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningPlatform.Builder} avoiding the need to create one manually via {@link SigningPlatform#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatform.Builder#build()} is called immediately and its result is passed to {@link #member(SigningPlatform)}.\n@param member a consumer that will call methods on {@link SigningPlatform.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningPlatform)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningPlatform)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningPlatform", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningPlatform", "variableName" : "member", "variableType" : "SigningPlatform", "documentation" : null, "simpleType" : "SigningPlatform", "variableSetterType" : "SigningPlatform" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatform", "variableName" : "member", "variableType" : "SigningPlatform", "documentation" : "", "simpleType" : "SigningPlatform", "variableSetterType" : "SigningPlatform" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningPlatform", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningPlatform", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Platforms", "sensitive" : false, "setterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.", "setterMethodName" : "setPlatforms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "platforms", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "platforms", "variableType" : "java.util.List", "documentation" : "

A list of all platforms that match the request parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPlatforms", "beanStyleSetterMethodName" : "setPlatforms", "c2jName" : "platforms", "c2jShape" : "SigningPlatforms", "defaultConsumerFluentSetterDocumentation" : "

A list of all platforms that match the request parameters.

\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 #platforms(List)}.\n@param platforms 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 #platforms(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of all platforms that match the request parameters.

\n

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

\n

\nYou can use {@link #hasPlatforms()} to see if a value was sent in this field.\n

\n@return A list of all platforms that match the request parameters.\n@deprecated Use {@link #platforms()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platforms(List)}\n", "documentation" : "

A list of all platforms that match the request parameters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Platforms property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatforms", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platforms", "fluentSetterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platforms", "getterDocumentation" : "

A list of all platforms that match the request parameters.

\n

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

\n

\nYou can use {@link #hasPlatforms()} to see if a value was sent in this field.\n

\n@return A list of all platforms that match the request parameters.", "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" : "platforms", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platforms", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningPlatform", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningPlatform.Builder} avoiding the need to create one manually via {@link SigningPlatform#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatform.Builder#build()} is called immediately and its result is passed to {@link #member(SigningPlatform)}.\n@param member a consumer that will call methods on {@link SigningPlatform.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningPlatform)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningPlatform)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningPlatform", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningPlatform", "variableName" : "member", "variableType" : "SigningPlatform", "documentation" : null, "simpleType" : "SigningPlatform", "variableSetterType" : "SigningPlatform" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatform", "variableName" : "member", "variableType" : "SigningPlatform", "documentation" : "", "simpleType" : "SigningPlatform", "variableSetterType" : "SigningPlatform" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningPlatform", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningPlatform", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Platforms", "sensitive" : false, "setterDocumentation" : "

A list of all platforms that match the request parameters.

\n@param platforms A list of all platforms that match the request parameters.", "setterMethodName" : "setPlatforms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "platforms", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "platforms", "variableType" : "java.util.List", "documentation" : "

A list of all platforms that match the request parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

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

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListSigningPlatformsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListSigningPlatformsResponse", "variableName" : "listSigningPlatformsResponse", "variableType" : "ListSigningPlatformsResponse", "documentation" : null, "simpleType" : "ListSigningPlatformsResponse", "variableSetterType" : "ListSigningPlatformsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListSigningProfilesRequest" : { "c2jName" : "ListSigningProfilesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListSigningProfiles", "locationName" : null, "requestUri" : "/signing-profiles", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCanceled", "beanStyleSetterMethodName" : "setIncludeCanceled", "c2jName" : "includeCanceled", "c2jShape" : "bool", "defaultConsumerFluentSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\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 #includeCanceled(Boolean)}.\n@param includeCanceled 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 #includeCanceled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@return Designates whether to include profiles with the status of CANCELED.\n@deprecated Use {@link #includeCanceled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCanceled(Boolean)}\n", "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeCanceled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeCanceled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCanceled", "fluentSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCanceled", "getterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@return Designates whether to include profiles with the status of CANCELED.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeCanceled", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeCanceled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCanceled", "sensitive" : false, "setterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.", "setterMethodName" : "setIncludeCanceled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCanceled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCanceled", "variableType" : "Boolean", "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of profiles to be returned.

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

The maximum number of profiles to be returned.

\n@return The maximum number of profiles to be returned.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of profiles to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of profiles to be returned.

\n@return The maximum number of profiles to be returned.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of profiles to be returned.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IncludeCanceled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCanceled", "beanStyleSetterMethodName" : "setIncludeCanceled", "c2jName" : "includeCanceled", "c2jShape" : "bool", "defaultConsumerFluentSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\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 #includeCanceled(Boolean)}.\n@param includeCanceled 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 #includeCanceled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@return Designates whether to include profiles with the status of CANCELED.\n@deprecated Use {@link #includeCanceled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCanceled(Boolean)}\n", "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeCanceled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeCanceled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCanceled", "fluentSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCanceled", "getterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@return Designates whether to include profiles with the status of CANCELED.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeCanceled", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeCanceled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCanceled", "sensitive" : false, "setterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.", "setterMethodName" : "setIncludeCanceled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCanceled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCanceled", "variableType" : "Boolean", "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of profiles to be returned.

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

The maximum number of profiles to be returned.

\n@return The maximum number of profiles to be returned.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of profiles to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of profiles to be returned.

\n@return The maximum number of profiles to be returned.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of profiles to be returned.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCanceled", "beanStyleSetterMethodName" : "setIncludeCanceled", "c2jName" : "includeCanceled", "c2jShape" : "bool", "defaultConsumerFluentSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\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 #includeCanceled(Boolean)}.\n@param includeCanceled 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 #includeCanceled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@return Designates whether to include profiles with the status of CANCELED.\n@deprecated Use {@link #includeCanceled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCanceled(Boolean)}\n", "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IncludeCanceled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIncludeCanceled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCanceled", "fluentSetterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCanceled", "getterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@return Designates whether to include profiles with the status of CANCELED.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "includeCanceled", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "includeCanceled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCanceled", "sensitive" : false, "setterDocumentation" : "

Designates whether to include profiles with the status of CANCELED.

\n@param includeCanceled Designates whether to include profiles with the status of CANCELED.", "setterMethodName" : "setIncludeCanceled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCanceled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCanceled", "variableType" : "Boolean", "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of profiles to be returned.

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

The maximum number of profiles to be returned.

\n@return The maximum number of profiles to be returned.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of profiles to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of profiles to be returned.

\n@return The maximum number of profiles to be returned.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of profiles to be returned.

\n@param maxResults The maximum number of profiles to be returned.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of profiles to be returned.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

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

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@return Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

\n@param nextToken Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListSigningProfilesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListSigningProfilesRequest", "variableName" : "listSigningProfilesRequest", "variableType" : "ListSigningProfilesRequest", "documentation" : null, "simpleType" : "ListSigningProfilesRequest", "variableSetterType" : "ListSigningProfilesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListSigningProfilesResponse" : { "c2jName" : "ListSigningProfilesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getProfiles", "beanStyleSetterMethodName" : "setProfiles", "c2jName" : "profiles", "c2jShape" : "SigningProfiles", "defaultConsumerFluentSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\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 #profiles(List)}.\n@param profiles 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 #profiles(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n

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

\n

\nYou can use {@link #hasProfiles()} to see if a value was sent in this field.\n

\n@return A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@deprecated Use {@link #profiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profiles(List)}\n", "documentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Profiles property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfiles", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profiles", "fluentSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profiles", "getterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n

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

\n

\nYou can use {@link #hasProfiles()} to see if a value was sent in this field.\n

\n@return A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.", "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" : "profiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningProfile.Builder} avoiding the need to create one manually via {@link SigningProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningProfile.Builder#build()} is called immediately and its result is passed to {@link #member(SigningProfile)}.\n@param member a consumer that will call methods on {@link SigningProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningProfile", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningProfile", "variableName" : "member", "variableType" : "SigningProfile", "documentation" : null, "simpleType" : "SigningProfile", "variableSetterType" : "SigningProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningProfile", "variableName" : "member", "variableType" : "SigningProfile", "documentation" : "", "simpleType" : "SigningProfile", "variableSetterType" : "SigningProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Profiles", "sensitive" : false, "setterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.", "setterMethodName" : "setProfiles", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "profiles", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "profiles", "variableType" : "java.util.List", "documentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

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

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

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

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Profiles" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getProfiles", "beanStyleSetterMethodName" : "setProfiles", "c2jName" : "profiles", "c2jShape" : "SigningProfiles", "defaultConsumerFluentSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\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 #profiles(List)}.\n@param profiles 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 #profiles(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n

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

\n

\nYou can use {@link #hasProfiles()} to see if a value was sent in this field.\n

\n@return A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@deprecated Use {@link #profiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profiles(List)}\n", "documentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Profiles property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfiles", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profiles", "fluentSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profiles", "getterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n

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

\n

\nYou can use {@link #hasProfiles()} to see if a value was sent in this field.\n

\n@return A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.", "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" : "profiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningProfile.Builder} avoiding the need to create one manually via {@link SigningProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningProfile.Builder#build()} is called immediately and its result is passed to {@link #member(SigningProfile)}.\n@param member a consumer that will call methods on {@link SigningProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningProfile", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningProfile", "variableName" : "member", "variableType" : "SigningProfile", "documentation" : null, "simpleType" : "SigningProfile", "variableSetterType" : "SigningProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningProfile", "variableName" : "member", "variableType" : "SigningProfile", "documentation" : "", "simpleType" : "SigningProfile", "variableSetterType" : "SigningProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Profiles", "sensitive" : false, "setterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.", "setterMethodName" : "setProfiles", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "profiles", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "profiles", "variableType" : "java.util.List", "documentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getProfiles", "beanStyleSetterMethodName" : "setProfiles", "c2jName" : "profiles", "c2jShape" : "SigningProfiles", "defaultConsumerFluentSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\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 #profiles(List)}.\n@param profiles 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 #profiles(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n

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

\n

\nYou can use {@link #hasProfiles()} to see if a value was sent in this field.\n

\n@return A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@deprecated Use {@link #profiles()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profiles(List)}\n", "documentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Profiles property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfiles", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profiles", "fluentSetterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "profiles", "getterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n

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

\n

\nYou can use {@link #hasProfiles()} to see if a value was sent in this field.\n

\n@return A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.", "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" : "profiles", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profiles", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SigningProfile", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningProfile.Builder} avoiding the need to create one manually via {@link SigningProfile#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningProfile.Builder#build()} is called immediately and its result is passed to {@link #member(SigningProfile)}.\n@param member a consumer that will call methods on {@link SigningProfile.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningProfile)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(SigningProfile)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SigningProfile", "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SigningProfile", "variableName" : "member", "variableType" : "SigningProfile", "documentation" : null, "simpleType" : "SigningProfile", "variableSetterType" : "SigningProfile" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningProfile", "variableName" : "member", "variableType" : "SigningProfile", "documentation" : "", "simpleType" : "SigningProfile", "variableSetterType" : "SigningProfile" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SigningProfile", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SigningProfile", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Profiles", "sensitive" : false, "setterDocumentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

\n@param profiles A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.", "setterMethodName" : "setProfiles", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "profiles", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "profiles", "variableType" : "java.util.List", "documentation" : "

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

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

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@return Value for specifying the next set of paginated results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Value for specifying the next set of paginated results to return.

\n@param nextToken Value for specifying the next set of paginated results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Value for specifying the next set of paginated results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListSigningProfilesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListSigningProfilesResponse", "variableName" : "listSigningProfilesResponse", "variableType" : "ListSigningProfilesResponse", "documentation" : null, "simpleType" : "ListSigningProfilesResponse", "variableSetterType" : "ListSigningProfilesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/tags/{resourceArn}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "NotFoundException" : { "c2jName" : "NotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The signing profile was not found.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NotFoundException", "variableName" : "notFoundException", "variableType" : "NotFoundException", "documentation" : null, "simpleType" : "NotFoundException", "variableSetterType" : "NotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "PutSigningProfileRequest" : { "c2jName" : "PutSigningProfileRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutSigningProfile", "locationName" : null, "requestUri" : "/signing-profiles/{profileName}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile to be created.

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

The name of the signing profile to be created.

\n@return The name of the signing profile to be created.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile to be created.

\n@param profileName The name of the signing profile to be created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile to be created.

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

The name of the signing profile to be created.

\n@return The name of the signing profile to be created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the signing profile to be created.

\n@param profileName The name of the signing profile to be created.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

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

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@return The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@return The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

\n@return The ID of the signing platform to be created.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing platform to be created.

\n@param platformId The ID of the signing platform to be created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the signing platform to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

\n@param platformId The ID of the signing platform to be created.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the signing platform to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

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

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@return A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@return A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

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

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of key-value pairs for signing. These can include any information that you want to use during signing.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

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

Tags to be associated with the signing profile that is being created.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags to be associated with the signing profile that is being created.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags to be associated with the signing profile that is being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags to be associated with the signing profile that is being created.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags to be associated with the signing profile that is being created.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Overrides" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

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

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@return A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@return A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

\n@return The ID of the signing platform to be created.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing platform to be created.

\n@param platformId The ID of the signing platform to be created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the signing platform to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

\n@param platformId The ID of the signing platform to be created.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the signing platform to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProfileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile to be created.

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

The name of the signing profile to be created.

\n@return The name of the signing profile to be created.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile to be created.

\n@param profileName The name of the signing profile to be created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile to be created.

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

The name of the signing profile to be created.

\n@return The name of the signing profile to be created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the signing profile to be created.

\n@param profileName The name of the signing profile to be created.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningMaterial" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

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

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@return The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@return The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningParameters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

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

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of key-value pairs for signing. These can include any information that you want to use during signing.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

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

Tags to be associated with the signing profile that is being created.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags to be associated with the signing profile that is being created.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags to be associated with the signing profile that is being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags to be associated with the signing profile that is being created.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags to be associated with the signing profile that is being created.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile to be created.

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

The name of the signing profile to be created.

\n@return The name of the signing profile to be created.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile to be created.

\n@param profileName The name of the signing profile to be created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile to be created.

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

The name of the signing profile to be created.

\n@return The name of the signing profile to be created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "profileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "profileName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProfileName", "sensitive" : false, "setterDocumentation" : "

The name of the signing profile to be created.

\n@param profileName The name of the signing profile to be created.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

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

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@return The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@return The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

\n@param signingMaterial The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

\n@return The ID of the signing platform to be created.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing platform to be created.

\n@param platformId The ID of the signing platform to be created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of the signing platform to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

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

The ID of the signing platform to be created.

\n@param platformId The ID of the signing platform to be created.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of the signing platform to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOverrides", "beanStyleSetterMethodName" : "setOverrides", "c2jName" : "overrides", "c2jShape" : "SigningPlatformOverrides", "defaultConsumerFluentSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

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

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@return A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@deprecated Use {@link #overrides()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n", "documentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOverrides", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "overrides", "fluentSetterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "overrides", "getterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@return A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).", "getterModel" : { "returnType" : "SigningPlatformOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "overrides", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "overrides", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Overrides", "sensitive" : false, "setterDocumentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

\n@param overrides A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).", "setterMethodName" : "setOverrides", "setterModel" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : null, "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningPlatformOverrides", "variableName" : "overrides", "variableType" : "SigningPlatformOverrides", "documentation" : "

A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm).

", "simpleType" : "SigningPlatformOverrides", "variableSetterType" : "SigningPlatformOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

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

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return Map of key-value pairs for signing. These can include any information that you want to use during signing.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

\n@param signingParameters Map of key-value pairs for signing. These can include any information that you want to use during signing.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

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

Tags to be associated with the signing profile that is being created.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags to be associated with the signing profile that is being created.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags to be associated with the signing profile that is being created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags to be associated with the signing profile that is being created.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags to be associated with the signing profile that is being created.

\n@param tags Tags to be associated with the signing profile that is being created.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags to be associated with the signing profile that is being created.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "profileName", "signingMaterial", "platformId" ], "shapeName" : "PutSigningProfileRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutSigningProfileRequest", "variableName" : "putSigningProfileRequest", "variableType" : "PutSigningProfileRequest", "documentation" : null, "simpleType" : "PutSigningProfileRequest", "variableSetterType" : "PutSigningProfileRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutSigningProfileResponse" : { "c2jName" : "PutSigningProfileResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

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

The Amazon Resource Name (ARN) of the signing profile created.

\n@return The Amazon Resource Name (ARN) of the signing profile created.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@return The Amazon Resource Name (ARN) of the signing profile created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

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

The Amazon Resource Name (ARN) of the signing profile created.

\n@return The Amazon Resource Name (ARN) of the signing profile created.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@return The Amazon Resource Name (ARN) of the signing profile created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

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

The Amazon Resource Name (ARN) of the signing profile created.

\n@return The Amazon Resource Name (ARN) of the signing profile created.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@return The Amazon Resource Name (ARN) of the signing profile created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

\n@param arn The Amazon Resource Name (ARN) of the signing profile created.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

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

A specified resource could not be found.

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

The name and prefix of the S3 bucket where code signing saves your signed objects.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "prefix", "c2jShape" : "Prefix", "defaultConsumerFluentSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

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

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@return An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@return An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Prefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "prefix", "c2jShape" : "Prefix", "defaultConsumerFluentSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

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

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@return An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@return An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "prefix", "c2jShape" : "Prefix", "defaultConsumerFluentSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

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

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@return An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "prefix", "fluentSetterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@return An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Prefix", "sensitive" : false, "setterDocumentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

\n@param prefix An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.", "setterMethodName" : "setPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "prefix", "variableType" : "String", "documentation" : "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

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

The S3 bucket name and key where code signing saved your signed code image.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "key", "defaultConsumerFluentSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

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

Key name that uniquely identifies a signed code image in your bucket.

\n@return Key name that uniquely identifies a signed code image in your bucket.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@return Key name that uniquely identifies a signed code image in your bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "key", "defaultConsumerFluentSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

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

Key name that uniquely identifies a signed code image in your bucket.

\n@return Key name that uniquely identifies a signed code image in your bucket.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@return Key name that uniquely identifies a signed code image in your bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "key", "defaultConsumerFluentSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

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

Key name that uniquely identifies a signed code image in your bucket.

\n@return Key name that uniquely identifies a signed code image in your bucket.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@return Key name that uniquely identifies a signed code image in your bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Key name that uniquely identifies a signed code image in your bucket.

\n@param key Key name that uniquely identifies a signed code image in your bucket.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

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

Information about the S3 bucket where you saved your unsigned code.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

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

Key name of the bucket object that contains your unsigned code.

\n@return Key name of the bucket object that contains your unsigned code.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@return Key name of the bucket object that contains your unsigned code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

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

Version of your source image in your version enabled S3 bucket.

\n@return Version of your source image in your version enabled S3 bucket.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@return Version of your source image in your version enabled S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "version", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

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

Key name of the bucket object that contains your unsigned code.

\n@return Key name of the bucket object that contains your unsigned code.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@return Key name of the bucket object that contains your unsigned code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Version" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

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

Version of your source image in your version enabled S3 bucket.

\n@return Version of your source image in your version enabled S3 bucket.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@return Version of your source image in your version enabled S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "version", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@return Name of the S3 bucket.\n@deprecated Use {@link #bucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n", "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

Name of the S3 bucket.

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

Name of the S3 bucket.

\n@param bucketName Name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

Name of the S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

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

Key name of the bucket object that contains your unsigned code.

\n@return Key name of the bucket object that contains your unsigned code.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@return Key name of the bucket object that contains your unsigned code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Key name of the bucket object that contains your unsigned code.

\n@param key Key name of the bucket object that contains your unsigned code.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

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

Version of your source image in your version enabled S3 bucket.

\n@return Version of your source image in your version enabled S3 bucket.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@return Version of your source image in your version enabled S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "version", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

Version of your source image in your version enabled S3 bucket.

\n@param version Version of your source image in your version enabled S3 bucket.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "bucketName", "key", "version" ], "shapeName" : "S3Source", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Source", "variableName" : "s3Source", "variableType" : "S3Source", "documentation" : null, "simpleType" : "S3Source", "variableSetterType" : "S3Source" }, "wrapper" : false, "xmlNamespace" : null }, "SignedObject" : { "c2jName" : "SignedObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Points to an S3SignedObject object that contains information about your signed code image.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3SignedObject", "defaultConsumerFluentSetterDocumentation" : "

The S3SignedObject.

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

The S3SignedObject.

\n@return The S3SignedObject.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3SignedObject.

\n@param s3 The S3SignedObject.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3SignedObject)}\n", "documentation" : "

The S3SignedObject.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3SignedObject.

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

The S3SignedObject.

\n@return The S3SignedObject.", "getterModel" : { "returnType" : "S3SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3SignedObject.

\n@param s3 The S3SignedObject.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3SignedObject", "variableName" : "s3", "variableType" : "S3SignedObject", "documentation" : null, "simpleType" : "S3SignedObject", "variableSetterType" : "S3SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3SignedObject", "variableName" : "s3", "variableType" : "S3SignedObject", "documentation" : "

The S3SignedObject.

", "simpleType" : "S3SignedObject", "variableSetterType" : "S3SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3SignedObject", "defaultConsumerFluentSetterDocumentation" : "

The S3SignedObject.

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

The S3SignedObject.

\n@return The S3SignedObject.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3SignedObject.

\n@param s3 The S3SignedObject.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3SignedObject)}\n", "documentation" : "

The S3SignedObject.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3SignedObject.

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

The S3SignedObject.

\n@return The S3SignedObject.", "getterModel" : { "returnType" : "S3SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3SignedObject.

\n@param s3 The S3SignedObject.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3SignedObject", "variableName" : "s3", "variableType" : "S3SignedObject", "documentation" : null, "simpleType" : "S3SignedObject", "variableSetterType" : "S3SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3SignedObject", "variableName" : "s3", "variableType" : "S3SignedObject", "documentation" : "

The S3SignedObject.

", "simpleType" : "S3SignedObject", "variableSetterType" : "S3SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3SignedObject", "defaultConsumerFluentSetterDocumentation" : "

The S3SignedObject.

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

The S3SignedObject.

\n@return The S3SignedObject.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3SignedObject.

\n@param s3 The S3SignedObject.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3SignedObject)}\n", "documentation" : "

The S3SignedObject.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3SignedObject.

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

The S3SignedObject.

\n@return The S3SignedObject.", "getterModel" : { "returnType" : "S3SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3SignedObject.

\n@param s3 The S3SignedObject.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3SignedObject", "variableName" : "s3", "variableType" : "S3SignedObject", "documentation" : null, "simpleType" : "S3SignedObject", "variableSetterType" : "S3SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3SignedObject", "variableName" : "s3", "variableType" : "S3SignedObject", "documentation" : "

The S3SignedObject.

", "simpleType" : "S3SignedObject", "variableSetterType" : "S3SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SignedObject", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : null, "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "wrapper" : false, "xmlNamespace" : null }, "SigningConfiguration" : { "c2jName" : "SigningConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The configuration of a code signing operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionAlgorithmOptions", "beanStyleSetterMethodName" : "setEncryptionAlgorithmOptions", "c2jName" : "encryptionAlgorithmOptions", "c2jShape" : "EncryptionAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

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

The encryption algorithm options that are available for a code signing job.

\n@return The encryption algorithm options that are available for a code signing job.\n@deprecated Use {@link #encryptionAlgorithmOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionAlgorithmOptions(EncryptionAlgorithmOptions)}\n", "documentation" : "

The encryption algorithm options that are available for a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionAlgorithmOptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionAlgorithmOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionAlgorithmOptions", "fluentSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionAlgorithmOptions", "getterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@return The encryption algorithm options that are available for a code signing job.", "getterModel" : { "returnType" : "EncryptionAlgorithmOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encryptionAlgorithmOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encryptionAlgorithmOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionAlgorithmOptions", "sensitive" : false, "setterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.", "setterMethodName" : "setEncryptionAlgorithmOptions", "setterModel" : { "variableDeclarationType" : "EncryptionAlgorithmOptions", "variableName" : "encryptionAlgorithmOptions", "variableType" : "EncryptionAlgorithmOptions", "documentation" : null, "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionAlgorithmOptions", "variableName" : "encryptionAlgorithmOptions", "variableType" : "EncryptionAlgorithmOptions", "documentation" : "

The encryption algorithm options that are available for a code signing job.

", "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHashAlgorithmOptions", "beanStyleSetterMethodName" : "setHashAlgorithmOptions", "c2jName" : "hashAlgorithmOptions", "c2jShape" : "HashAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

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

The hash algorithm options that are available for a code signing job.

\n@return The hash algorithm options that are available for a code signing job.\n@deprecated Use {@link #hashAlgorithmOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hashAlgorithmOptions(HashAlgorithmOptions)}\n", "documentation" : "

The hash algorithm options that are available for a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HashAlgorithmOptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHashAlgorithmOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashAlgorithmOptions", "fluentSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hashAlgorithmOptions", "getterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@return The hash algorithm options that are available for a code signing job.", "getterModel" : { "returnType" : "HashAlgorithmOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "hashAlgorithmOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "hashAlgorithmOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HashAlgorithmOptions", "sensitive" : false, "setterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.", "setterMethodName" : "setHashAlgorithmOptions", "setterModel" : { "variableDeclarationType" : "HashAlgorithmOptions", "variableName" : "hashAlgorithmOptions", "variableType" : "HashAlgorithmOptions", "documentation" : null, "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HashAlgorithmOptions", "variableName" : "hashAlgorithmOptions", "variableType" : "HashAlgorithmOptions", "documentation" : "

The hash algorithm options that are available for a code signing job.

", "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionAlgorithmOptions" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionAlgorithmOptions", "beanStyleSetterMethodName" : "setEncryptionAlgorithmOptions", "c2jName" : "encryptionAlgorithmOptions", "c2jShape" : "EncryptionAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

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

The encryption algorithm options that are available for a code signing job.

\n@return The encryption algorithm options that are available for a code signing job.\n@deprecated Use {@link #encryptionAlgorithmOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionAlgorithmOptions(EncryptionAlgorithmOptions)}\n", "documentation" : "

The encryption algorithm options that are available for a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionAlgorithmOptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionAlgorithmOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionAlgorithmOptions", "fluentSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionAlgorithmOptions", "getterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@return The encryption algorithm options that are available for a code signing job.", "getterModel" : { "returnType" : "EncryptionAlgorithmOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encryptionAlgorithmOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encryptionAlgorithmOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionAlgorithmOptions", "sensitive" : false, "setterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.", "setterMethodName" : "setEncryptionAlgorithmOptions", "setterModel" : { "variableDeclarationType" : "EncryptionAlgorithmOptions", "variableName" : "encryptionAlgorithmOptions", "variableType" : "EncryptionAlgorithmOptions", "documentation" : null, "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionAlgorithmOptions", "variableName" : "encryptionAlgorithmOptions", "variableType" : "EncryptionAlgorithmOptions", "documentation" : "

The encryption algorithm options that are available for a code signing job.

", "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HashAlgorithmOptions" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHashAlgorithmOptions", "beanStyleSetterMethodName" : "setHashAlgorithmOptions", "c2jName" : "hashAlgorithmOptions", "c2jShape" : "HashAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

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

The hash algorithm options that are available for a code signing job.

\n@return The hash algorithm options that are available for a code signing job.\n@deprecated Use {@link #hashAlgorithmOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hashAlgorithmOptions(HashAlgorithmOptions)}\n", "documentation" : "

The hash algorithm options that are available for a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HashAlgorithmOptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHashAlgorithmOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashAlgorithmOptions", "fluentSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hashAlgorithmOptions", "getterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@return The hash algorithm options that are available for a code signing job.", "getterModel" : { "returnType" : "HashAlgorithmOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "hashAlgorithmOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "hashAlgorithmOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HashAlgorithmOptions", "sensitive" : false, "setterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.", "setterMethodName" : "setHashAlgorithmOptions", "setterModel" : { "variableDeclarationType" : "HashAlgorithmOptions", "variableName" : "hashAlgorithmOptions", "variableType" : "HashAlgorithmOptions", "documentation" : null, "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HashAlgorithmOptions", "variableName" : "hashAlgorithmOptions", "variableType" : "HashAlgorithmOptions", "documentation" : "

The hash algorithm options that are available for a code signing job.

", "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionAlgorithmOptions", "beanStyleSetterMethodName" : "setEncryptionAlgorithmOptions", "c2jName" : "encryptionAlgorithmOptions", "c2jShape" : "EncryptionAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

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

The encryption algorithm options that are available for a code signing job.

\n@return The encryption algorithm options that are available for a code signing job.\n@deprecated Use {@link #encryptionAlgorithmOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionAlgorithmOptions(EncryptionAlgorithmOptions)}\n", "documentation" : "

The encryption algorithm options that are available for a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionAlgorithmOptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionAlgorithmOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionAlgorithmOptions", "fluentSetterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionAlgorithmOptions", "getterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@return The encryption algorithm options that are available for a code signing job.", "getterModel" : { "returnType" : "EncryptionAlgorithmOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encryptionAlgorithmOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encryptionAlgorithmOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionAlgorithmOptions", "sensitive" : false, "setterDocumentation" : "

The encryption algorithm options that are available for a code signing job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for a code signing job.", "setterMethodName" : "setEncryptionAlgorithmOptions", "setterModel" : { "variableDeclarationType" : "EncryptionAlgorithmOptions", "variableName" : "encryptionAlgorithmOptions", "variableType" : "EncryptionAlgorithmOptions", "documentation" : null, "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionAlgorithmOptions", "variableName" : "encryptionAlgorithmOptions", "variableType" : "EncryptionAlgorithmOptions", "documentation" : "

The encryption algorithm options that are available for a code signing job.

", "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHashAlgorithmOptions", "beanStyleSetterMethodName" : "setHashAlgorithmOptions", "c2jName" : "hashAlgorithmOptions", "c2jShape" : "HashAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

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

The hash algorithm options that are available for a code signing job.

\n@return The hash algorithm options that are available for a code signing job.\n@deprecated Use {@link #hashAlgorithmOptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hashAlgorithmOptions(HashAlgorithmOptions)}\n", "documentation" : "

The hash algorithm options that are available for a code signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HashAlgorithmOptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHashAlgorithmOptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashAlgorithmOptions", "fluentSetterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hashAlgorithmOptions", "getterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@return The hash algorithm options that are available for a code signing job.", "getterModel" : { "returnType" : "HashAlgorithmOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "hashAlgorithmOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "hashAlgorithmOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HashAlgorithmOptions", "sensitive" : false, "setterDocumentation" : "

The hash algorithm options that are available for a code signing job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for a code signing job.", "setterMethodName" : "setHashAlgorithmOptions", "setterModel" : { "variableDeclarationType" : "HashAlgorithmOptions", "variableName" : "hashAlgorithmOptions", "variableType" : "HashAlgorithmOptions", "documentation" : null, "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HashAlgorithmOptions", "variableName" : "hashAlgorithmOptions", "variableType" : "HashAlgorithmOptions", "documentation" : "

The hash algorithm options that are available for a code signing job.

", "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "encryptionAlgorithmOptions", "hashAlgorithmOptions" ], "shapeName" : "SigningConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : null, "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "SigningConfigurationOverrides" : { "c2jName" : "SigningConfigurationOverrides", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionAlgorithmAsString", "beanStyleSetterMethodName" : "setEncryptionAlgorithm", "c2jName" : "encryptionAlgorithm", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

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

A specified override of the default encryption algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionAlgorithm} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionAlgorithmAsString}.\n

\n@return A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #encryptionAlgorithmAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #encryptionAlgorithm(String)}\n", "documentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionAlgorithm property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionAlgorithm", "fluentEnumGetterMethodName" : "encryptionAlgorithm", "fluentEnumSetterMethodName" : "encryptionAlgorithm", "fluentGetterMethodName" : "encryptionAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "encryptionAlgorithm", "getterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionAlgorithm} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionAlgorithmAsString}.\n

\n@return A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encryptionAlgorithm", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encryptionAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionAlgorithm", "sensitive" : false, "setterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm", "setterMethodName" : "setEncryptionAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionAlgorithm", "variableType" : "String", "documentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHashAlgorithmAsString", "beanStyleSetterMethodName" : "setHashAlgorithm", "c2jName" : "hashAlgorithm", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

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

A specified override of the default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #hashAlgorithm} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #hashAlgorithmAsString}.\n

\n@return A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@deprecated Use {@link #hashAlgorithmAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #hashAlgorithm(String)}\n", "documentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HashAlgorithm property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHashAlgorithm", "fluentEnumGetterMethodName" : "hashAlgorithm", "fluentEnumSetterMethodName" : "hashAlgorithm", "fluentGetterMethodName" : "hashAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "hashAlgorithm", "getterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #hashAlgorithm} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #hashAlgorithmAsString}.\n

\n@return A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "hashAlgorithm", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "hashAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HashAlgorithm", "sensitive" : false, "setterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "setterMethodName" : "setHashAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hashAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "hashAlgorithm", "variableType" : "String", "documentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionAlgorithm" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionAlgorithmAsString", "beanStyleSetterMethodName" : "setEncryptionAlgorithm", "c2jName" : "encryptionAlgorithm", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

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

A specified override of the default encryption algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionAlgorithm} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionAlgorithmAsString}.\n

\n@return A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #encryptionAlgorithmAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #encryptionAlgorithm(String)}\n", "documentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionAlgorithm property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionAlgorithm", "fluentEnumGetterMethodName" : "encryptionAlgorithm", "fluentEnumSetterMethodName" : "encryptionAlgorithm", "fluentGetterMethodName" : "encryptionAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "encryptionAlgorithm", "getterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionAlgorithm} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionAlgorithmAsString}.\n

\n@return A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encryptionAlgorithm", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encryptionAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionAlgorithm", "sensitive" : false, "setterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm", "setterMethodName" : "setEncryptionAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionAlgorithm", "variableType" : "String", "documentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HashAlgorithm" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHashAlgorithmAsString", "beanStyleSetterMethodName" : "setHashAlgorithm", "c2jName" : "hashAlgorithm", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

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

A specified override of the default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #hashAlgorithm} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #hashAlgorithmAsString}.\n

\n@return A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@deprecated Use {@link #hashAlgorithmAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #hashAlgorithm(String)}\n", "documentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HashAlgorithm property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHashAlgorithm", "fluentEnumGetterMethodName" : "hashAlgorithm", "fluentEnumSetterMethodName" : "hashAlgorithm", "fluentGetterMethodName" : "hashAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "hashAlgorithm", "getterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #hashAlgorithm} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #hashAlgorithmAsString}.\n

\n@return A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "hashAlgorithm", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "hashAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HashAlgorithm", "sensitive" : false, "setterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "setterMethodName" : "setHashAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hashAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "hashAlgorithm", "variableType" : "String", "documentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionAlgorithmAsString", "beanStyleSetterMethodName" : "setEncryptionAlgorithm", "c2jName" : "encryptionAlgorithm", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

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

A specified override of the default encryption algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionAlgorithm} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionAlgorithmAsString}.\n

\n@return A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #encryptionAlgorithmAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #encryptionAlgorithm(String)}\n", "documentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EncryptionAlgorithm property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncryptionAlgorithm", "fluentEnumGetterMethodName" : "encryptionAlgorithm", "fluentEnumSetterMethodName" : "encryptionAlgorithm", "fluentGetterMethodName" : "encryptionAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm", "fluentSetterMethodName" : "encryptionAlgorithm", "getterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionAlgorithm} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionAlgorithmAsString}.\n

\n@return A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encryptionAlgorithm", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encryptionAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EncryptionAlgorithm", "sensitive" : false, "setterDocumentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in a code signing job.\n@see EncryptionAlgorithm", "setterMethodName" : "setEncryptionAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionAlgorithm", "variableType" : "String", "documentation" : "

A specified override of the default encryption algorithm that is used in a code signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHashAlgorithmAsString", "beanStyleSetterMethodName" : "setHashAlgorithm", "c2jName" : "hashAlgorithm", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

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

A specified override of the default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #hashAlgorithm} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #hashAlgorithmAsString}.\n

\n@return A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@deprecated Use {@link #hashAlgorithmAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #hashAlgorithm(String)}\n", "documentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HashAlgorithm property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHashAlgorithm", "fluentEnumGetterMethodName" : "hashAlgorithm", "fluentEnumSetterMethodName" : "hashAlgorithm", "fluentGetterMethodName" : "hashAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm", "fluentSetterMethodName" : "hashAlgorithm", "getterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #hashAlgorithm} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #hashAlgorithmAsString}.\n

\n@return A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "hashAlgorithm", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "hashAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HashAlgorithm", "sensitive" : false, "setterDocumentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in a code signing job.\n@see HashAlgorithm", "setterMethodName" : "setHashAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hashAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "hashAlgorithm", "variableType" : "String", "documentation" : "

A specified override of the default hash algorithm that is used in a code signing job.

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

The image format of a code signing platform or profile.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSupportedFormatsAsStrings", "beanStyleSetterMethodName" : "setSupportedFormatsWithStrings", "c2jName" : "supportedFormats", "c2jShape" : "ImageFormats", "defaultConsumerFluentSetterDocumentation" : "

The supported formats of a code signing image.

\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 #supportedFormatsAsStrings(List)}.\n@param supportedFormats 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 #supportedFormatsWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The supported formats of a code signing image.

\n

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

\n

\nYou can use {@link #hasSupportedFormats()} to see if a value was sent in this field.\n

\n@return The supported formats of a code signing image.\n@deprecated Use {@link #supportedFormatsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedFormatsWithStrings(List)}\n", "documentation" : "

The supported formats of a code signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SupportedFormats property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSupportedFormats", "fluentEnumGetterMethodName" : "supportedFormats", "fluentEnumSetterMethodName" : "supportedFormats", "fluentGetterMethodName" : "supportedFormatsAsStrings", "fluentSetterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportedFormatsWithStrings", "getterDocumentation" : "

The supported formats of a code signing image.

\n

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

\n

\nYou can use {@link #hasSupportedFormats()} to see if a value was sent in this field.\n

\n@return The supported formats of a code signing image.", "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" : "supportedFormats", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "supportedFormats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFormat", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ImageFormat\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ImageFormat", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ImageFormat", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SupportedFormats", "sensitive" : false, "setterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.", "setterMethodName" : "setSupportedFormatsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedFormats", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedFormats", "variableType" : "java.util.List", "documentation" : "

The supported formats of a code signing image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultFormatAsString", "beanStyleSetterMethodName" : "setDefaultFormat", "c2jName" : "defaultFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The default format of a code signing image.

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

The default format of a code signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultFormatAsString}.\n

\n@return The default format of a code signing image.\n@see ImageFormat\n@deprecated Use {@link #defaultFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #defaultFormat(String)}\n", "documentation" : "

The default format of a code signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultFormat", "fluentEnumGetterMethodName" : "defaultFormat", "fluentEnumSetterMethodName" : "defaultFormat", "fluentGetterMethodName" : "defaultFormatAsString", "fluentSetterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "defaultFormat", "getterDocumentation" : "

The default format of a code signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultFormatAsString}.\n

\n@return The default format of a code signing image.\n@see ImageFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultFormat", "sensitive" : false, "setterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat", "setterMethodName" : "setDefaultFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultFormat", "variableType" : "String", "documentation" : "

The default format of a code signing image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultFormatAsString", "beanStyleSetterMethodName" : "setDefaultFormat", "c2jName" : "defaultFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The default format of a code signing image.

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

The default format of a code signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultFormatAsString}.\n

\n@return The default format of a code signing image.\n@see ImageFormat\n@deprecated Use {@link #defaultFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #defaultFormat(String)}\n", "documentation" : "

The default format of a code signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultFormat", "fluentEnumGetterMethodName" : "defaultFormat", "fluentEnumSetterMethodName" : "defaultFormat", "fluentGetterMethodName" : "defaultFormatAsString", "fluentSetterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "defaultFormat", "getterDocumentation" : "

The default format of a code signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultFormatAsString}.\n

\n@return The default format of a code signing image.\n@see ImageFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultFormat", "sensitive" : false, "setterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat", "setterMethodName" : "setDefaultFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultFormat", "variableType" : "String", "documentation" : "

The default format of a code signing image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SupportedFormats" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSupportedFormatsAsStrings", "beanStyleSetterMethodName" : "setSupportedFormatsWithStrings", "c2jName" : "supportedFormats", "c2jShape" : "ImageFormats", "defaultConsumerFluentSetterDocumentation" : "

The supported formats of a code signing image.

\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 #supportedFormatsAsStrings(List)}.\n@param supportedFormats 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 #supportedFormatsWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The supported formats of a code signing image.

\n

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

\n

\nYou can use {@link #hasSupportedFormats()} to see if a value was sent in this field.\n

\n@return The supported formats of a code signing image.\n@deprecated Use {@link #supportedFormatsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedFormatsWithStrings(List)}\n", "documentation" : "

The supported formats of a code signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SupportedFormats property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSupportedFormats", "fluentEnumGetterMethodName" : "supportedFormats", "fluentEnumSetterMethodName" : "supportedFormats", "fluentGetterMethodName" : "supportedFormatsAsStrings", "fluentSetterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportedFormatsWithStrings", "getterDocumentation" : "

The supported formats of a code signing image.

\n

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

\n

\nYou can use {@link #hasSupportedFormats()} to see if a value was sent in this field.\n

\n@return The supported formats of a code signing image.", "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" : "supportedFormats", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "supportedFormats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFormat", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ImageFormat\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ImageFormat", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ImageFormat", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SupportedFormats", "sensitive" : false, "setterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.", "setterMethodName" : "setSupportedFormatsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedFormats", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedFormats", "variableType" : "java.util.List", "documentation" : "

The supported formats of a code signing image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSupportedFormatsAsStrings", "beanStyleSetterMethodName" : "setSupportedFormatsWithStrings", "c2jName" : "supportedFormats", "c2jShape" : "ImageFormats", "defaultConsumerFluentSetterDocumentation" : "

The supported formats of a code signing image.

\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 #supportedFormatsAsStrings(List)}.\n@param supportedFormats 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 #supportedFormatsWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The supported formats of a code signing image.

\n

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

\n

\nYou can use {@link #hasSupportedFormats()} to see if a value was sent in this field.\n

\n@return The supported formats of a code signing image.\n@deprecated Use {@link #supportedFormatsAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedFormatsWithStrings(List)}\n", "documentation" : "

The supported formats of a code signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SupportedFormats property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSupportedFormats", "fluentEnumGetterMethodName" : "supportedFormats", "fluentEnumSetterMethodName" : "supportedFormats", "fluentGetterMethodName" : "supportedFormatsAsStrings", "fluentSetterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportedFormatsWithStrings", "getterDocumentation" : "

The supported formats of a code signing image.

\n

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

\n

\nYou can use {@link #hasSupportedFormats()} to see if a value was sent in this field.\n

\n@return The supported formats of a code signing image.", "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" : "supportedFormats", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "supportedFormats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFormat", "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 #memberAsString(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ImageFormat\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "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@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ImageFormat", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ImageFormat", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SupportedFormats", "sensitive" : false, "setterDocumentation" : "

The supported formats of a code signing image.

\n@param supportedFormats The supported formats of a code signing image.", "setterMethodName" : "setSupportedFormatsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedFormats", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedFormats", "variableType" : "java.util.List", "documentation" : "

The supported formats of a code signing image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultFormatAsString", "beanStyleSetterMethodName" : "setDefaultFormat", "c2jName" : "defaultFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The default format of a code signing image.

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

The default format of a code signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultFormatAsString}.\n

\n@return The default format of a code signing image.\n@see ImageFormat\n@deprecated Use {@link #defaultFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #defaultFormat(String)}\n", "documentation" : "

The default format of a code signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultFormat", "fluentEnumGetterMethodName" : "defaultFormat", "fluentEnumSetterMethodName" : "defaultFormat", "fluentGetterMethodName" : "defaultFormatAsString", "fluentSetterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "defaultFormat", "getterDocumentation" : "

The default format of a code signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultFormatAsString}.\n

\n@return The default format of a code signing image.\n@see ImageFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultFormat", "sensitive" : false, "setterDocumentation" : "

The default format of a code signing image.

\n@param defaultFormat The default format of a code signing image.\n@see ImageFormat", "setterMethodName" : "setDefaultFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultFormat", "variableType" : "String", "documentation" : "

The default format of a code signing image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "supportedFormats", "defaultFormat" ], "shapeName" : "SigningImageFormat", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : null, "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "wrapper" : false, "xmlNamespace" : null }, "SigningJob" : { "c2jName" : "SigningJob", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about a signing job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job.

\n@return The ID of the signing job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job.

\n@param jobId The ID of the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job.

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

The ID of the signing job.

\n@return The ID of the signing job.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job.

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

The ID of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

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

A Source that contains information about a signing job's code image source.

\n@return A Source that contains information about a signing job's code image source.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

A Source that contains information about a signing job's code image source.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@return A Source that contains information about a signing job's code image source.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

A Source that contains information about a signing job's code image source.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

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

A SignedObject structure that contains information about a signing job's signed code image.

\n@return A SignedObject structure that contains information about a signing job's signed code image.\n@deprecated Use {@link #signedObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n", "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSignedObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signedObject", "getterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@return A SignedObject structure that contains information about a signing job's signed code image.", "getterModel" : { "returnType" : "SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signedObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signedObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SignedObject", "sensitive" : false, "setterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.", "setterMethodName" : "setSignedObject", "setterModel" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : null, "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

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

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@return A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@return A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAt", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the signing job was created.

\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the signing job was created.

\n@return The date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

The date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time that the signing job was created.

\n@return The date and time that the signing job was created.", "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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the signing job was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the signing job.

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

The status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the signing job.

\n@param status The status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the signing job.

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

The status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

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

The status of the signing job.

\n@param status The status of the signing job.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedAt" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAt", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the signing job was created.

\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the signing job was created.

\n@return The date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

The date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time that the signing job was created.

\n@return The date and time that the signing job was created.", "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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the signing job was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job.

\n@return The ID of the signing job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job.

\n@param jobId The ID of the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job.

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

The ID of the signing job.

\n@return The ID of the signing job.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job.

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

The ID of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SignedObject" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

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

A SignedObject structure that contains information about a signing job's signed code image.

\n@return A SignedObject structure that contains information about a signing job's signed code image.\n@deprecated Use {@link #signedObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n", "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSignedObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signedObject", "getterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@return A SignedObject structure that contains information about a signing job's signed code image.", "getterModel" : { "returnType" : "SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signedObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signedObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SignedObject", "sensitive" : false, "setterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.", "setterMethodName" : "setSignedObject", "setterModel" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : null, "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningMaterial" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

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

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@return A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@return A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

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

A Source that contains information about a signing job's code image source.

\n@return A Source that contains information about a signing job's code image source.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

A Source that contains information about a signing job's code image source.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@return A Source that contains information about a signing job's code image source.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

A Source that contains information about a signing job's code image source.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the signing job.

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

The status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the signing job.

\n@param status The status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the signing job.

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

The status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

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

The status of the signing job.

\n@param status The status of the signing job.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the signing job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the signing job.

\n@return The ID of the signing job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the signing job.

\n@param jobId The ID of the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of the signing job.

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

The ID of the signing job.

\n@return The ID of the signing job.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of the signing job.

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

The ID of the signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

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

A Source that contains information about a signing job's code image source.

\n@return A Source that contains information about a signing job's code image source.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

A Source that contains information about a signing job's code image source.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@return A Source that contains information about a signing job's code image source.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

A Source that contains information about a signing job's code image source.

\n@param source A Source that contains information about a signing job's code image source.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

A Source that contains information about a signing job's code image source.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

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

A SignedObject structure that contains information about a signing job's signed code image.

\n@return A SignedObject structure that contains information about a signing job's signed code image.\n@deprecated Use {@link #signedObject()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n", "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSignedObject", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signedObject", "getterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@return A SignedObject structure that contains information about a signing job's signed code image.", "getterModel" : { "returnType" : "SignedObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signedObject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signedObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SignedObject", "sensitive" : false, "setterDocumentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

\n@param signedObject A SignedObject structure that contains information about a signing job's signed code image.", "setterMethodName" : "setSignedObject", "setterModel" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : null, "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SignedObject", "variableName" : "signedObject", "variableType" : "SignedObject", "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

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

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@return A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@return A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

\n@param signingMaterial A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAt", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the signing job was created.

\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the signing job was created.

\n@return The date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

The date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedAt", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time that the signing job was created.

\n@return The date and time that the signing job was created.", "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" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time that the signing job was created.

\n@param createdAt The date and time that the signing job was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the signing job was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the signing job.

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

The status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the signing job.

\n@param status The status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the signing job.

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

The status of the signing job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

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

The status of the signing job.

\n@param status The status of the signing job.\n@see SigningStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the signing job.

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

The ACM certificate that is used to sign your code.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

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

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@return The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@deprecated Use {@link #certificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificateArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@return The Amazon Resource Name (ARN) of the certificates that is used to sign your code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "certificateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "certificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

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

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@return The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@deprecated Use {@link #certificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificateArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@return The Amazon Resource Name (ARN) of the certificates that is used to sign your code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "certificateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "certificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

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

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@return The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@deprecated Use {@link #certificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificateArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@return The Amazon Resource Name (ARN) of the certificates that is used to sign your code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "certificateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "certificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificates that is used to sign your code.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "certificateArn" ], "shapeName" : "SigningMaterial", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "wrapper" : false, "xmlNamespace" : null }, "SigningPlatform" : { "c2jName" : "SigningPlatform", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about the signing configurations and parameters that are used to perform a code signing job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ID of a code signing; platform.

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

The ID of a code signing; platform.

\n@return The ID of a code signing; platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of a code signing; platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of a code signing; platform.

\n@return The ID of a code signing; platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of a code signing; platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The display name of a code signing platform.

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

The display name of a code signing platform.

\n@return The display name of a code signing platform.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

The display name of a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

The display name of a code signing platform.

\n@return The display name of a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Any partner entities linked to a code signing platform.

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

Any partner entities linked to a code signing platform.

\n@return Any partner entities linked to a code signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

Any partner entities linked to a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@return Any partner entities linked to a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partner", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

Any partner entities linked to a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

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

The types of targets that can be signed by a code signing platform.

\n@return The types of targets that can be signed by a code signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The types of targets that can be signed by a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@return The types of targets that can be signed by a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The types of targets that can be signed by a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category of a code signing platform.

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

The category of a code signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category of a code signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category of a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category of a code signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category of a code signing platform.\n@see Category", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "category", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category of a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

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

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n", "documentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.", "getterModel" : { "returnType" : "SigningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : null, "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the SigningImageFormat property for this object.\n@return The value of the SigningImageFormat property for this object.\n@deprecated Use {@link #signingImageFormat()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "Returns the value of the SigningImageFormat property for this object.\n@return The value of the SigningImageFormat property for this object.", "getterModel" : { "returnType" : "SigningImageFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : null, "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : "", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\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 #maxSizeInMB(Integer)}.\n@param maxSizeInMB 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 #maxSizeInMB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@return The maximum size (in MB) of code that can be signed by a code signing platform.\n@deprecated Use {@link #maxSizeInMB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n", "documentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSizeInMB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSizeInMB", "getterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@return The maximum size (in MB) of code that can be signed by a code signing platform.", "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" : "maxSizeInMB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxSizeInMB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSizeInMB", "sensitive" : false, "setterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.", "setterMethodName" : "setMaxSizeInMB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Category" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category of a code signing platform.

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

The category of a code signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category of a code signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category of a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category of a code signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category of a code signing platform.\n@see Category", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "category", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category of a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DisplayName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The display name of a code signing platform.

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

The display name of a code signing platform.

\n@return The display name of a code signing platform.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

The display name of a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

The display name of a code signing platform.

\n@return The display name of a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxSizeInMB" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\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 #maxSizeInMB(Integer)}.\n@param maxSizeInMB 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 #maxSizeInMB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@return The maximum size (in MB) of code that can be signed by a code signing platform.\n@deprecated Use {@link #maxSizeInMB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n", "documentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSizeInMB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSizeInMB", "getterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@return The maximum size (in MB) of code that can be signed by a code signing platform.", "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" : "maxSizeInMB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxSizeInMB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSizeInMB", "sensitive" : false, "setterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.", "setterMethodName" : "setMaxSizeInMB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Partner" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Any partner entities linked to a code signing platform.

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

Any partner entities linked to a code signing platform.

\n@return Any partner entities linked to a code signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

Any partner entities linked to a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@return Any partner entities linked to a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partner", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

Any partner entities linked to a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ID of a code signing; platform.

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

The ID of a code signing; platform.

\n@return The ID of a code signing; platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of a code signing; platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of a code signing; platform.

\n@return The ID of a code signing; platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of a code signing; platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

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

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n", "documentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.", "getterModel" : { "returnType" : "SigningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : null, "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningImageFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the SigningImageFormat property for this object.\n@return The value of the SigningImageFormat property for this object.\n@deprecated Use {@link #signingImageFormat()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "Returns the value of the SigningImageFormat property for this object.\n@return The value of the SigningImageFormat property for this object.", "getterModel" : { "returnType" : "SigningImageFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : null, "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : "", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

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

The types of targets that can be signed by a code signing platform.

\n@return The types of targets that can be signed by a code signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The types of targets that can be signed by a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@return The types of targets that can be signed by a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The types of targets that can be signed by a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ID of a code signing; platform.

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

The ID of a code signing; platform.

\n@return The ID of a code signing; platform.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of a code signing; platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of a code signing; platform.

\n@return The ID of a code signing; platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of a code signing; platform.

\n@param platformId The ID of a code signing; platform.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of a code signing; platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The display name of a code signing platform.

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

The display name of a code signing platform.

\n@return The display name of a code signing platform.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

The display name of a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

The display name of a code signing platform.

\n@return The display name of a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

The display name of a code signing platform.

\n@param displayName The display name of a code signing platform.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPartner", "beanStyleSetterMethodName" : "setPartner", "c2jName" : "partner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Any partner entities linked to a code signing platform.

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

Any partner entities linked to a code signing platform.

\n@return Any partner entities linked to a code signing platform.\n@deprecated Use {@link #partner()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n", "documentation" : "

Any partner entities linked to a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPartner", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partner", "getterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@return Any partner entities linked to a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partner", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partner", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Partner", "sensitive" : false, "setterDocumentation" : "

Any partner entities linked to a code signing platform.

\n@param partner Any partner entities linked to a code signing platform.", "setterMethodName" : "setPartner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "partner", "variableType" : "String", "documentation" : "

Any partner entities linked to a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

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

The types of targets that can be signed by a code signing platform.

\n@return The types of targets that can be signed by a code signing platform.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The types of targets that can be signed by a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@return The types of targets that can be signed by a code signing platform.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The types of targets that can be signed by a code signing platform.

\n@param target The types of targets that can be signed by a code signing platform.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The types of targets that can be signed by a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category of a code signing platform.

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

The category of a code signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category of a code signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n", "documentation" : "

The category of a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCategory", "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category of a code signing platform.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n

\n@return The category of a code signing platform.\n@see Category", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "category", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "category", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Category", "sensitive" : false, "setterDocumentation" : "

The category of a code signing platform.

\n@param category The category of a code signing platform.\n@see Category", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category of a code signing platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

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

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n", "documentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.", "getterModel" : { "returnType" : "SigningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : null, "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfiguration", "variableName" : "signingConfiguration", "variableType" : "SigningConfiguration", "documentation" : "

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the SigningImageFormat property for this object.\n@return The value of the SigningImageFormat property for this object.\n@deprecated Use {@link #signingImageFormat()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "Returns the value of the SigningImageFormat property for this object.\n@return The value of the SigningImageFormat property for this object.", "getterModel" : { "returnType" : "SigningImageFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "Sets the value of the SigningImageFormat property for this object.\n\n@param signingImageFormat The new value for the SigningImageFormat property for this object.", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : null, "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningImageFormat", "variableName" : "signingImageFormat", "variableType" : "SigningImageFormat", "documentation" : "", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\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 #maxSizeInMB(Integer)}.\n@param maxSizeInMB 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 #maxSizeInMB(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@return The maximum size (in MB) of code that can be signed by a code signing platform.\n@deprecated Use {@link #maxSizeInMB()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n", "documentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSizeInMB", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSizeInMB", "getterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@return The maximum size (in MB) of code that can be signed by a code signing platform.", "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" : "maxSizeInMB", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxSizeInMB", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSizeInMB", "sensitive" : false, "setterDocumentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a code signing platform.", "setterMethodName" : "setMaxSizeInMB", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSizeInMB", "variableType" : "Integer", "documentation" : "

The maximum size (in MB) of code that can be signed by a code signing platform.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SigningPlatform", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SigningPlatform", "variableName" : "signingPlatform", "variableType" : "SigningPlatform", "documentation" : null, "simpleType" : "SigningPlatform", "variableSetterType" : "SigningPlatform" }, "wrapper" : false, "xmlNamespace" : null }, "SigningPlatformOverrides" : { "c2jName" : "SigningPlatformOverrides", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Any overrides that are applied to the signing configuration of a code signing platform.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfigurationOverrides", "defaultConsumerFluentSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

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

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@return A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfigurationOverrides)}\n", "documentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@return A signing configuration that overrides the default encryption or hash algorithm of a signing job.", "getterModel" : { "returnType" : "SigningConfigurationOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfigurationOverrides", "variableName" : "signingConfiguration", "variableType" : "SigningConfigurationOverrides", "documentation" : null, "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfigurationOverrides", "variableName" : "signingConfiguration", "variableType" : "SigningConfigurationOverrides", "documentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormatAsString", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

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

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #signingImageFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #signingImageFormatAsString}.\n

\n@return A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@deprecated Use {@link #signingImageFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #signingImageFormat(String)}\n", "documentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : "signingImageFormat", "fluentEnumSetterMethodName" : "signingImageFormat", "fluentGetterMethodName" : "signingImageFormatAsString", "fluentSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #signingImageFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #signingImageFormatAsString}.\n

\n@return A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signingImageFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signingImageFormat", "variableType" : "String", "documentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SigningConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfigurationOverrides", "defaultConsumerFluentSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

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

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@return A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfigurationOverrides)}\n", "documentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@return A signing configuration that overrides the default encryption or hash algorithm of a signing job.", "getterModel" : { "returnType" : "SigningConfigurationOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfigurationOverrides", "variableName" : "signingConfiguration", "variableType" : "SigningConfigurationOverrides", "documentation" : null, "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfigurationOverrides", "variableName" : "signingConfiguration", "variableType" : "SigningConfigurationOverrides", "documentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningImageFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormatAsString", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

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

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #signingImageFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #signingImageFormatAsString}.\n

\n@return A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@deprecated Use {@link #signingImageFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #signingImageFormat(String)}\n", "documentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : "signingImageFormat", "fluentEnumSetterMethodName" : "signingImageFormat", "fluentGetterMethodName" : "signingImageFormatAsString", "fluentSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #signingImageFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #signingImageFormatAsString}.\n

\n@return A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signingImageFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signingImageFormat", "variableType" : "String", "documentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfigurationOverrides", "defaultConsumerFluentSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

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

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@return A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@deprecated Use {@link #signingConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfigurationOverrides)}\n", "documentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@return A signing configuration that overrides the default encryption or hash algorithm of a signing job.", "getterModel" : { "returnType" : "SigningConfigurationOverrides", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningConfiguration", "sensitive" : false, "setterDocumentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

\n@param signingConfiguration A signing configuration that overrides the default encryption or hash algorithm of a signing job.", "setterMethodName" : "setSigningConfiguration", "setterModel" : { "variableDeclarationType" : "SigningConfigurationOverrides", "variableName" : "signingConfiguration", "variableType" : "SigningConfigurationOverrides", "documentation" : null, "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningConfigurationOverrides", "variableName" : "signingConfiguration", "variableType" : "SigningConfigurationOverrides", "documentation" : "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningImageFormatAsString", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

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

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #signingImageFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #signingImageFormatAsString}.\n

\n@return A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@deprecated Use {@link #signingImageFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat\n@deprecated Use {@link #signingImageFormat(String)}\n", "documentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningImageFormat", "fluentEnumGetterMethodName" : "signingImageFormat", "fluentEnumSetterMethodName" : "signingImageFormat", "fluentGetterMethodName" : "signingImageFormatAsString", "fluentSetterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFormat", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #signingImageFormat} will return {@link ImageFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #signingImageFormatAsString}.\n

\n@return A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingImageFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingImageFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SigningImageFormat", "sensitive" : false, "setterDocumentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

\n@param signingImageFormat A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.\n@see ImageFormat", "setterMethodName" : "setSigningImageFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signingImageFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signingImageFormat", "variableType" : "String", "documentation" : "

A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, JSONEmbedded or JSONDetached. (A third format value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing image.

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

Contains information about the ACM certificates and code signing configuration parameters that can be used by a given code signing user.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

\n@return The name of the signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile.

\n@param profileName The name of the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

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

The name of the signing profile.

\n@param profileName The name of the signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

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

The ACM certificate that is available for use by a signing profile.

\n@return The ACM certificate that is available for use by a signing profile.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@return The ACM certificate that is available for use by a signing profile.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

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

The ID of a platform that is available for use by a signing profile.

\n@return The ID of a platform that is available for use by a signing profile.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@return The ID of a platform that is available for use by a signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

The parameters that are available for use by a code signing user.

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

The parameters that are available for use by a code signing user.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return The parameters that are available for use by a code signing user.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

The parameters that are available for use by a code signing user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

The parameters that are available for use by a code signing user.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return The parameters that are available for use by a code signing user.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

The parameters that are available for use by a code signing user.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of a code signing profile.

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

The status of a code signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a code signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of a code signing profile.

\n@param status The status of a code signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of a code signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of a code signing profile.

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

The status of a code signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a code signing profile.\n@see SigningProfileStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of a code signing profile.

\n@param status The status of a code signing profile.\n@see SigningProfileStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of a code signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlatformId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

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

The ID of a platform that is available for use by a signing profile.

\n@return The ID of a platform that is available for use by a signing profile.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@return The ID of a platform that is available for use by a signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProfileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

\n@return The name of the signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile.

\n@param profileName The name of the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

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

The name of the signing profile.

\n@param profileName The name of the signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningMaterial" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

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

The ACM certificate that is available for use by a signing profile.

\n@return The ACM certificate that is available for use by a signing profile.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@return The ACM certificate that is available for use by a signing profile.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningParameters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

The parameters that are available for use by a code signing user.

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

The parameters that are available for use by a code signing user.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return The parameters that are available for use by a code signing user.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

The parameters that are available for use by a code signing user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

The parameters that are available for use by a code signing user.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return The parameters that are available for use by a code signing user.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

The parameters that are available for use by a code signing user.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of a code signing profile.

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

The status of a code signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a code signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of a code signing profile.

\n@param status The status of a code signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of a code signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of a code signing profile.

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

The status of a code signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a code signing profile.\n@see SigningProfileStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of a code signing profile.

\n@param status The status of a code signing profile.\n@see SigningProfileStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of a code signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

\n@return The name of the signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile.

\n@param profileName The name of the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

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

The name of the signing profile.

\n@param profileName The name of the signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

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

The ACM certificate that is available for use by a signing profile.

\n@return The ACM certificate that is available for use by a signing profile.\n@deprecated Use {@link #signingMaterial()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n", "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningMaterial", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingMaterial", "getterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@return The ACM certificate that is available for use by a signing profile.", "getterModel" : { "returnType" : "SigningMaterial", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingMaterial", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingMaterial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SigningMaterial", "sensitive" : false, "setterDocumentation" : "

The ACM certificate that is available for use by a signing profile.

\n@param signingMaterial The ACM certificate that is available for use by a signing profile.", "setterMethodName" : "setSigningMaterial", "setterModel" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : null, "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SigningMaterial", "variableName" : "signingMaterial", "variableType" : "SigningMaterial", "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

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

The ID of a platform that is available for use by a signing profile.

\n@return The ID of a platform that is available for use by a signing profile.\n@deprecated Use {@link #platformId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n", "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatformId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "platformId", "getterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@return The ID of a platform that is available for use by a signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platformId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platformId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PlatformId", "sensitive" : false, "setterDocumentation" : "

The ID of a platform that is available for use by a signing profile.

\n@param platformId The ID of a platform that is available for use by a signing profile.", "setterMethodName" : "setPlatformId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platformId", "variableType" : "String", "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

The parameters that are available for use by a code signing user.

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

The parameters that are available for use by a code signing user.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return The parameters that are available for use by a code signing user.\n@deprecated Use {@link #signingParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n", "documentation" : "

The parameters that are available for use by a code signing user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSigningParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingParameters", "getterDocumentation" : "

The parameters that are available for use by a code signing user.

\n

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

\n

\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n

\n@return The parameters that are available for use by a code signing user.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "signingParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "signingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "SigningParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SigningParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "SigningParameters", "sensitive" : false, "setterDocumentation" : "

The parameters that are available for use by a code signing user.

\n@param signingParameters The parameters that are available for use by a code signing user.", "setterMethodName" : "setSigningParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "signingParameters", "variableType" : "java.util.Map", "documentation" : "

The parameters that are available for use by a code signing user.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of a code signing profile.

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

The status of a code signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a code signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of a code signing profile.

\n@param status The status of a code signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of a code signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of a code signing profile.

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

The status of a code signing profile.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of a code signing profile.\n@see SigningProfileStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of a code signing profile.

\n@param status The status of a code signing profile.\n@see SigningProfileStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of a code signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "string", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param arn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A list of tags associated with the signing profile.

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

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

A list of tags associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of tags associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return A list of tags associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

A list of tags associated with the signing profile.

\n@param tags A list of tags associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A list of tags associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SigningProfile", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SigningProfile", "variableName" : "signingProfile", "variableType" : "SigningProfile", "documentation" : null, "simpleType" : "SigningProfile", "variableSetterType" : "SigningProfile" }, "wrapper" : false, "xmlNamespace" : null }, "SigningProfileStatus" : { "c2jName" : "SigningProfileStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACTIVE", "value" : "Active" }, { "name" : "CANCELED", "value" : "Canceled" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SigningProfileStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SigningProfileStatus", "variableName" : "signingProfileStatus", "variableType" : "SigningProfileStatus", "documentation" : null, "simpleType" : "SigningProfileStatus", "variableSetterType" : "SigningProfileStatus" }, "wrapper" : false, "xmlNamespace" : null }, "SigningStatus" : { "c2jName" : "SigningStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "InProgress" }, { "name" : "FAILED", "value" : "Failed" }, { "name" : "SUCCEEDED", "value" : "Succeeded" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SigningStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SigningStatus", "variableName" : "signingStatus", "variableType" : "SigningStatus", "documentation" : null, "simpleType" : "SigningStatus", "variableSetterType" : "SigningStatus" }, "wrapper" : false, "xmlNamespace" : null }, "Source" : { "c2jName" : "Source", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An S3Source object that contains information about the S3 bucket where you saved your unsigned code.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3Source", "defaultConsumerFluentSetterDocumentation" : "

The S3Source object.

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

The S3Source object.

\n@return The S3Source object.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3Source object.

\n@param s3 The S3Source object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Source)}\n", "documentation" : "

The S3Source object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3Source object.

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

The S3Source object.

\n@return The S3Source object.", "getterModel" : { "returnType" : "S3Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3Source object.

\n@param s3 The S3Source object.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3Source", "variableName" : "s3", "variableType" : "S3Source", "documentation" : null, "simpleType" : "S3Source", "variableSetterType" : "S3Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Source", "variableName" : "s3", "variableType" : "S3Source", "documentation" : "

The S3Source object.

", "simpleType" : "S3Source", "variableSetterType" : "S3Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3Source", "defaultConsumerFluentSetterDocumentation" : "

The S3Source object.

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

The S3Source object.

\n@return The S3Source object.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3Source object.

\n@param s3 The S3Source object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Source)}\n", "documentation" : "

The S3Source object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3Source object.

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

The S3Source object.

\n@return The S3Source object.", "getterModel" : { "returnType" : "S3Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3Source object.

\n@param s3 The S3Source object.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3Source", "variableName" : "s3", "variableType" : "S3Source", "documentation" : null, "simpleType" : "S3Source", "variableSetterType" : "S3Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Source", "variableName" : "s3", "variableType" : "S3Source", "documentation" : "

The S3Source object.

", "simpleType" : "S3Source", "variableSetterType" : "S3Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3", "beanStyleSetterMethodName" : "setS3", "c2jName" : "s3", "c2jShape" : "S3Source", "defaultConsumerFluentSetterDocumentation" : "

The S3Source object.

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

The S3Source object.

\n@return The S3Source object.\n@deprecated Use {@link #s3()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3Source object.

\n@param s3 The S3Source object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Source)}\n", "documentation" : "

The S3Source object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3", "fluentSetterDocumentation" : "

The S3Source object.

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

The S3Source object.

\n@return The S3Source object.", "getterModel" : { "returnType" : "S3Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3", "sensitive" : false, "setterDocumentation" : "

The S3Source object.

\n@param s3 The S3Source object.", "setterMethodName" : "setS3", "setterModel" : { "variableDeclarationType" : "S3Source", "variableName" : "s3", "variableType" : "S3Source", "documentation" : null, "simpleType" : "S3Source", "variableSetterType" : "S3Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Source", "variableName" : "s3", "variableType" : "S3Source", "documentation" : "

The S3Source object.

", "simpleType" : "S3Source", "variableSetterType" : "S3Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Source", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "wrapper" : false, "xmlNamespace" : null }, "StartSigningJobRequest" : { "c2jName" : "StartSigningJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartSigningJob", "locationName" : null, "requestUri" : "/signing-jobs", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

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

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@return The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@return The S3 bucket that contains the object to sign or a BLOB that contains your raw code.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

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

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@return The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(Destination)}\n", "documentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@return The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

\n@return The name of the signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile.

\n@param profileName The name of the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

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

The name of the signing profile.

\n@param profileName The name of the signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "clientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

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

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@return String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@deprecated Use {@link #clientRequestToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientRequestToken(String)}\n", "documentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientRequestToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientRequestToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@return String that identifies the signing request. All calls after the first that use this token return the same response as the first call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "clientRequestToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "clientRequestToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientRequestToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "clientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

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

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@return String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@deprecated Use {@link #clientRequestToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientRequestToken(String)}\n", "documentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientRequestToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientRequestToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@return String that identifies the signing request. All calls after the first that use this token return the same response as the first call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "clientRequestToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "clientRequestToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Destination" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

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

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@return The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(Destination)}\n", "documentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@return The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProfileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

\n@return The name of the signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile.

\n@param profileName The name of the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

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

The name of the signing profile.

\n@param profileName The name of the signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

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

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@return The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@return The S3 bucket that contains the object to sign or a BLOB that contains your raw code.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

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

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@return The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n", "documentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@return The S3 bucket that contains the object to sign or a BLOB that contains your raw code.", "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

\n@param source The S3 bucket that contains the object to sign or a BLOB that contains your raw code.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Source", "variableName" : "source", "variableType" : "Source", "documentation" : "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

", "simpleType" : "Source", "variableSetterType" : "Source" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

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

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@return The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(Destination)}\n", "documentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@return The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

\n@param destination The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

\n@return The name of the signing profile.\n@deprecated Use {@link #profileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the signing profile.

\n@param profileName The name of the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n", "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProfileName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the signing profile.

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

The name of the signing profile.

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

The name of the signing profile.

\n@param profileName The name of the signing profile.", "setterMethodName" : "setProfileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "profileName", "variableType" : "String", "documentation" : "

The name of the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "clientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

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

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@return String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@deprecated Use {@link #clientRequestToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientRequestToken(String)}\n", "documentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientRequestToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientRequestToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@return String that identifies the signing request. All calls after the first that use this token return the same response as the first call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "clientRequestToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "clientRequestToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

\n@param clientRequestToken String that identifies the signing request. All calls after the first that use this token return the same response as the first call.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "source", "destination", "clientRequestToken" ], "shapeName" : "StartSigningJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartSigningJobRequest", "variableName" : "startSigningJobRequest", "variableType" : "StartSigningJobRequest", "documentation" : null, "simpleType" : "StartSigningJobRequest", "variableSetterType" : "StartSigningJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartSigningJobResponse" : { "c2jName" : "StartSigningJobResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of your signing job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of your signing job.

\n@return The ID of your signing job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of your signing job.

\n@param jobId The ID of your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of your signing job.

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

The ID of your signing job.

\n@return The ID of your signing job.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of your signing job.

\n@param jobId The ID of your signing job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of your signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of your signing job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of your signing job.

\n@return The ID of your signing job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of your signing job.

\n@param jobId The ID of your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of your signing job.

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

The ID of your signing job.

\n@return The ID of your signing job.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of your signing job.

\n@param jobId The ID of your signing job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of your signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The ID of your signing job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of your signing job.

\n@return The ID of your signing job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of your signing job.

\n@param jobId The ID of your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The ID of your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The ID of your signing job.

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

The ID of your signing job.

\n@return The ID of your signing job.", "getterModel" : { "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, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The ID of your signing job.

\n@param jobId The ID of your signing job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The ID of your signing job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartSigningJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartSigningJobResponse", "variableName" : "startSigningJobResponse", "variableType" : "StartSigningJobResponse", "documentation" : null, "simpleType" : "StartSigningJobResponse", "variableSetterType" : "StartSigningJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/tags/{resourceArn}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

One or more tags to be associated with the signing profile.

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

One or more tags to be associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return One or more tags to be associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

One or more tags to be associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

One or more tags to be associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return One or more tags to be associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

One or more tags to be associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

One or more tags to be associated with the signing profile.

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

One or more tags to be associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return One or more tags to be associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

One or more tags to be associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

One or more tags to be associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return One or more tags to be associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

One or more tags to be associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

One or more tags to be associated with the signing profile.

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

One or more tags to be associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return One or more tags to be associated with the signing profile.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

One or more tags to be associated with the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

One or more tags to be associated with the signing profile.

\n

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

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return One or more tags to be associated with the signing profile.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

One or more tags to be associated with the signing profile.

\n@param tags One or more tags to be associated with the signing profile.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

One or more tags to be associated with the signing profile.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ThrottlingException" : { "c2jName" : "ThrottlingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The signing job has been throttled.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ThrottlingException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 429, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ThrottlingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ThrottlingException", "variableName" : "throttlingException", "variableType" : "ThrottlingException", "documentation" : null, "simpleType" : "ThrottlingException", "variableSetterType" : "ThrottlingException" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/tags/{resourceArn}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n

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

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return A list of tag keys to be removed from the signing profile.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

A list of tag keys to be removed from the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n

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

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return A list of tag keys to be removed from the signing profile.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

A list of tag keys to be removed from the signing profile.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n

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

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return A list of tag keys to be removed from the signing profile.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

A list of tag keys to be removed from the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n

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

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return A list of tag keys to be removed from the signing profile.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

A list of tag keys to be removed from the signing profile.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

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

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@return The Amazon Resource Name (ARN) for the signing profile.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) for the signing profile.

\n@param resourceArn The Amazon Resource Name (ARN) for the signing profile.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the signing profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n

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

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return A list of tag keys to be removed from the signing profile.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

A list of tag keys to be removed from the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n

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

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return A list of tag keys to be removed from the signing profile.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

A list of tag keys to be removed from the signing profile.

\n@param tagKeys A list of tag keys to be removed from the signing profile.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

A list of tag keys to be removed from the signing profile.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ValidationException" : { "c2jName" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You signing certificate could not be validated.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ValidationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ValidationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ValidationException", "variableName" : "validationException", "variableType" : "ValidationException", "documentation" : null, "simpleType" : "ValidationException", "variableSetterType" : "ValidationException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "SignerException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.signer.model.SignerException", "sdkRequestBaseClassName" : "SignerRequest", "sdkResponseBaseClassName" : "SignerResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy