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" : "

You can use Code Signing for Amazon FreeRTOS (AWS Signer) to sign code that you created for any of the IoT devices that Amazon Web Services supports. AWS Signer is integrated with Amazon FreeRTOS, AWS Certificate Manager, and AWS CloudTrail. Amazon FreeRTOS customers can use AWS Signer to sign code images before making them available for microcontrollers. You can use ACM to import third-party certificates to be used by AWS Signer. For general information about using AWS Signer, see the Code Signing for Amazon FreeRTOS 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", "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, AWS Signer 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 AWS Signer 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 AWS Signer that match the request parameters. If additional jobs remain to be listed, AWS Signer 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 AWS Signer 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, AWS Signer 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 AWS Signer 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" }, "PutSigningProfile" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a signing profile. A signing profile is an AWS Signer 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. AWS Signer 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 AWS Signer.

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" } }, "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 }, "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" : [ { "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, "documentation" : "

The name of the signing profile to be canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The name of the signing profile to be canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The name of the signing profile to be canceled.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the signing job on input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ID of the signing job on input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the signing job on input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the signing job on output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

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

\n@param signingMaterial 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" : "

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

\n@return 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" : "

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

\n@param signingMaterial 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" : "

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

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The name of the profile that initiated the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Date and time that the signing job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

String value that contains the status reason.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

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

\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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

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

\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.\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 AWS Signer.

\n@return Name of the S3 bucket where the signed code image is saved by AWS Signer.", "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 AWS Signer.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.", "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 AWS Signer.

", "simpleType" : "SignedObject", "variableSetterType" : "SignedObject" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletedAt" : { "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, "documentation" : "

Date and time that the signing job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ID of the signing job on output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The name of the profile that initiated the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

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

\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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

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

\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.\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 AWS Signer.

\n@return Name of the S3 bucket where the signed code image is saved by AWS Signer.", "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 AWS Signer.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.", "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 AWS Signer.

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

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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

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

\n@param signingMaterial 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" : "

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

\n@return 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" : "

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

\n@param signingMaterial 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" : "

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

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningParameters" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

String value that contains the status reason.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the signing job on output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "beanStyleGetterMethodName" : "getSigningMaterial", "beanStyleSetterMethodName" : "setSigningMaterial", "c2jName" : "signingMaterial", "c2jShape" : "SigningMaterial", "defaultConsumerFluentSetterDocumentation" : "

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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingMaterial", "fluentSetterDocumentation" : "

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

\n@param signingMaterial 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" : "

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

\n@return 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" : "

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

\n@param signingMaterial 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" : "

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

", "simpleType" : "SigningMaterial", "variableSetterType" : "SigningMaterial" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The name of the profile that initiated the signing operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Date and time that the signing job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

String value that contains the status reason.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "beanStyleGetterMethodName" : "getSignedObject", "beanStyleSetterMethodName" : "setSignedObject", "c2jName" : "signedObject", "c2jShape" : "SignedObject", "defaultConsumerFluentSetterDocumentation" : "

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

\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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signedObject", "fluentSetterDocumentation" : "

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

\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.\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 AWS Signer.

\n@return Name of the S3 bucket where the signed code image is saved by AWS Signer.", "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 AWS Signer.

\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.", "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 AWS Signer.

", "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" : [ { "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, "documentation" : "

The S3Destination object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The S3Destination object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The S3Destination object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "EncryptionAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in an AWS Signer 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, "documentation" : "

The set of accepted encryption algorithms that are allowed in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in an AWS Signer job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer 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 an AWS Signer job.

\n

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

\n@return The set of accepted encryption algorithms that are allowed in an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer 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 an AWS Signer job.

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

The default encryption algorithm that is used by an AWS Signer 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, "documentation" : "

The default encryption algorithm that is used by an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default encryption algorithm that is used by an AWS Signer job.

\n@param defaultValue The default encryption algorithm that is used by an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param defaultValue The default encryption algorithm that is used by an AWS Signer 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 an AWS Signer job.

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

The set of accepted encryption algorithms that are allowed in an AWS Signer 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, "documentation" : "

The set of accepted encryption algorithms that are allowed in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in an AWS Signer job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer 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 an AWS Signer job.

\n

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

\n@return The set of accepted encryption algorithms that are allowed in an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer 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 an AWS Signer job.

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

The default encryption algorithm that is used by an AWS Signer 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, "documentation" : "

The default encryption algorithm that is used by an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default encryption algorithm that is used by an AWS Signer job.

\n@param defaultValue The default encryption algorithm that is used by an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param defaultValue The default encryption algorithm that is used by an AWS Signer 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 an AWS Signer job.

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

The set of accepted encryption algorithms that are allowed in an AWS Signer 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, "documentation" : "

The set of accepted encryption algorithms that are allowed in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted encryption algorithms that are allowed in an AWS Signer job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer 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 an AWS Signer job.

\n

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

\n@return The set of accepted encryption algorithms that are allowed in an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer job.

\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer 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 an AWS Signer job.

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

The default encryption algorithm that is used by an AWS Signer 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, "documentation" : "

The default encryption algorithm that is used by an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default encryption algorithm that is used by an AWS Signer job.

\n@param defaultValue The default encryption algorithm that is used by an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param defaultValue The default encryption algorithm that is used by an AWS Signer 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 an AWS Signer 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" : [ { "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, "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The display name of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A list of partner entities that use the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The category type of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A list of configurations applied to the target platform at signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The format of the target platform's signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : { "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, "documentation" : "

The category type of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The display name of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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" : { "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, "documentation" : "

A list of partner entities that use the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

A list of configurations applied to the target platform at signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The format of the target platform's signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The display name of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A list of partner entities that use the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The category type of the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A list of configurations applied to the target platform at signing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The format of the target platform's signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : [ { "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, "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ID of the platform that is used by the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The status of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "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 } ], "membersAsMap" : { "Overrides" : { "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, "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ID of the platform that is used by the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The status of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "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 } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ARN of the certificate that the target profile uses for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ID of the platform that is used by the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A list of overrides applied by the target signing profile for signing operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The status of the target signing profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "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 } ], "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 an AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getAllowedValuesAsStrings", "beanStyleSetterMethodName" : "setAllowedValuesWithStrings", "c2jName" : "allowedValues", "c2jShape" : "HashAlgorithms", "defaultConsumerFluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in an AWS Signer 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, "documentation" : "

The set of accepted hash algorithms allowed in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in an AWS Signer job.

\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer 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 an AWS Signer job.

\n

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

\n@return The set of accepted hash algorithms allowed in an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer job.

\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer 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 an AWS Signer job.

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

The default hash algorithm that is used in an AWS Signer 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, "documentation" : "

The default hash algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default hash algorithm that is used in an AWS Signer job.

\n@param defaultValue The default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param defaultValue The default hash algorithm that is used in an AWS Signer 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 an AWS Signer job.

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

The set of accepted hash algorithms allowed in an AWS Signer 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, "documentation" : "

The set of accepted hash algorithms allowed in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in an AWS Signer job.

\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer 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 an AWS Signer job.

\n

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

\n@return The set of accepted hash algorithms allowed in an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer job.

\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer 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 an AWS Signer job.

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

The default hash algorithm that is used in an AWS Signer 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, "documentation" : "

The default hash algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default hash algorithm that is used in an AWS Signer job.

\n@param defaultValue The default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param defaultValue The default hash algorithm that is used in an AWS Signer 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 an AWS Signer job.

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

The set of accepted hash algorithms allowed in an AWS Signer 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, "documentation" : "

The set of accepted hash algorithms allowed in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "allowedValues", "fluentEnumSetterMethodName" : "allowedValues", "fluentGetterMethodName" : "allowedValuesAsStrings", "fluentSetterDocumentation" : "

The set of accepted hash algorithms allowed in an AWS Signer job.

\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer 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 an AWS Signer job.

\n

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

\n@return The set of accepted hash algorithms allowed in an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer job.

\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer 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 an AWS Signer job.

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

The default hash algorithm that is used in an AWS Signer 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, "documentation" : "

The default hash algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultValue", "fluentEnumSetterMethodName" : "defaultValue", "fluentGetterMethodName" : "defaultValueAsString", "fluentSetterDocumentation" : "

The default hash algorithm that is used in an AWS Signer job.

\n@param defaultValue The default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param defaultValue The default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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" } ], "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" : [ { "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, "documentation" : "

A status value with which to filter your results.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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 }, { "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, "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, "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" : { "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, "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, "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" : { "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, "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, "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" : { "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, "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

A status value with which to filter your results.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

A status value with which to filter your results.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The IAM principal that requested the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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 }, { "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, "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, "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" : [ { "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, "documentation" : "

A list of your signing jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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 }, { "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, "documentation" : "

String for specifying the next set of paginated results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

A list of your signing jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" : { "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, "documentation" : "

String for specifying the next set of paginated results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

A list of your signing jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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 }, { "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, "documentation" : "

String for specifying the next set of paginated results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The category type of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Any partner entities connected to a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The maximum number of results to be returned by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : { "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, "documentation" : "

The category type of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The maximum number of results to be returned by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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" : { "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, "documentation" : "

Any partner entities connected to a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The category type of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Any partner entities connected to a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The validation template that is used by the target signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The maximum number of results to be returned by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : [ { "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, "documentation" : "

A list of all platforms that match the request parameters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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 }, { "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, "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

A list of all platforms that match the request parameters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" : [ { "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, "documentation" : "

A list of all platforms that match the request parameters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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 }, { "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, "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The maximum number of profiles to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : { "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, "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The maximum number of profiles to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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" : [ { "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, "documentation" : "

Designates whether to include profiles with the status of CANCELED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The maximum number of profiles to be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : [ { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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 }, { "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, "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" : [ { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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 }, { "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, "documentation" : "

Value for specifying the next set of paginated results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, "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" : [ { "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, "documentation" : "

The name of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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 }, { "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID 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 #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, "documentation" : "

The ID of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the signing profile to be created.

\n@param platformId The ID of the signing profile 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 profile to be created.

\n@return The ID 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" : 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 profile to be created.

\n@param platformId The ID of the signing profile 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 profile to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "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, "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, "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 }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 } ], "membersAsMap" : { "Overrides" : { "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, "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, "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" : { "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID 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 #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, "documentation" : "

The ID of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the signing profile to be created.

\n@param platformId The ID of the signing profile 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 profile to be created.

\n@return The ID 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" : 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 profile to be created.

\n@param platformId The ID of the signing profile 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 profile to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProfileName" : { "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, "documentation" : "

The name of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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" : { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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 }, { "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "PlatformId", "defaultConsumerFluentSetterDocumentation" : "

The ID 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 #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, "documentation" : "

The ID of the signing profile to be created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of the signing profile to be created.

\n@param platformId The ID of the signing profile 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 profile to be created.

\n@return The ID 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" : 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 profile to be created.

\n@param platformId The ID of the signing profile 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 profile to be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "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, "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, "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 }, { "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, "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, "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@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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 } ], "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" : [ { "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, "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The Amazon Resource Name (ARN) of the signing profile created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 AWS Signer 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" : [ { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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" : [ { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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 AWS Signer 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" : [ { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Key name that uniquely identifies a signed code image in your bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

Name of the S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Key name of the bucket object that contains your unsigned code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

Version of your source image in your version enabled S3 bucket.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The S3SignedObject.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The S3SignedObject.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The S3SignedObject.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getEncryptionAlgorithmOptions", "beanStyleSetterMethodName" : "setEncryptionAlgorithmOptions", "c2jName" : "encryptionAlgorithmOptions", "c2jShape" : "EncryptionAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The encryption algorithm options that are available for an AWS Signer 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, "documentation" : "

The encryption algorithm options that are available for an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionAlgorithmOptions", "fluentSetterDocumentation" : "

The encryption algorithm options that are available for an AWS Signer job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@return The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

", "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHashAlgorithmOptions", "beanStyleSetterMethodName" : "setHashAlgorithmOptions", "c2jName" : "hashAlgorithmOptions", "c2jShape" : "HashAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The hash algorithm options that are available for an AWS Signer 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, "documentation" : "

The hash algorithm options that are available for an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashAlgorithmOptions", "fluentSetterDocumentation" : "

The hash algorithm options that are available for an AWS Signer job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@return The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

", "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionAlgorithmOptions" : { "beanStyleGetterMethodName" : "getEncryptionAlgorithmOptions", "beanStyleSetterMethodName" : "setEncryptionAlgorithmOptions", "c2jName" : "encryptionAlgorithmOptions", "c2jShape" : "EncryptionAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The encryption algorithm options that are available for an AWS Signer 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, "documentation" : "

The encryption algorithm options that are available for an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionAlgorithmOptions", "fluentSetterDocumentation" : "

The encryption algorithm options that are available for an AWS Signer job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@return The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

", "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HashAlgorithmOptions" : { "beanStyleGetterMethodName" : "getHashAlgorithmOptions", "beanStyleSetterMethodName" : "setHashAlgorithmOptions", "c2jName" : "hashAlgorithmOptions", "c2jShape" : "HashAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The hash algorithm options that are available for an AWS Signer 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, "documentation" : "

The hash algorithm options that are available for an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashAlgorithmOptions", "fluentSetterDocumentation" : "

The hash algorithm options that are available for an AWS Signer job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@return The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

", "simpleType" : "HashAlgorithmOptions", "variableSetterType" : "HashAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEncryptionAlgorithmOptions", "beanStyleSetterMethodName" : "setEncryptionAlgorithmOptions", "c2jName" : "encryptionAlgorithmOptions", "c2jShape" : "EncryptionAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The encryption algorithm options that are available for an AWS Signer 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, "documentation" : "

The encryption algorithm options that are available for an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryptionAlgorithmOptions", "fluentSetterDocumentation" : "

The encryption algorithm options that are available for an AWS Signer job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@return The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@param encryptionAlgorithmOptions The encryption algorithm options that are available for an AWS Signer 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 an AWS Signer job.

", "simpleType" : "EncryptionAlgorithmOptions", "variableSetterType" : "EncryptionAlgorithmOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHashAlgorithmOptions", "beanStyleSetterMethodName" : "setHashAlgorithmOptions", "c2jName" : "hashAlgorithmOptions", "c2jShape" : "HashAlgorithmOptions", "defaultConsumerFluentSetterDocumentation" : "

The hash algorithm options that are available for an AWS Signer 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, "documentation" : "

The hash algorithm options that are available for an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashAlgorithmOptions", "fluentSetterDocumentation" : "

The hash algorithm options that are available for an AWS Signer job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@return The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.

\n@param hashAlgorithmOptions The hash algorithm options that are available for an AWS Signer 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 an AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getEncryptionAlgorithmAsString", "beanStyleSetterMethodName" : "setEncryptionAlgorithm", "c2jName" : "encryptionAlgorithm", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer 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, "documentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionAlgorithm", "fluentEnumSetterMethodName" : "encryptionAlgorithm", "fluentGetterMethodName" : "encryptionAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in an AWS Signer 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 an AWS Signer job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHashAlgorithmAsString", "beanStyleSetterMethodName" : "setHashAlgorithm", "c2jName" : "hashAlgorithm", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer 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, "documentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "hashAlgorithm", "fluentEnumSetterMethodName" : "hashAlgorithm", "fluentGetterMethodName" : "hashAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in an AWS Signer 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 an AWS Signer job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionAlgorithm" : { "beanStyleGetterMethodName" : "getEncryptionAlgorithmAsString", "beanStyleSetterMethodName" : "setEncryptionAlgorithm", "c2jName" : "encryptionAlgorithm", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer 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, "documentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionAlgorithm", "fluentEnumSetterMethodName" : "encryptionAlgorithm", "fluentGetterMethodName" : "encryptionAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in an AWS Signer 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 an AWS Signer job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HashAlgorithm" : { "beanStyleGetterMethodName" : "getHashAlgorithmAsString", "beanStyleSetterMethodName" : "setHashAlgorithm", "c2jName" : "hashAlgorithm", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer 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, "documentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "hashAlgorithm", "fluentEnumSetterMethodName" : "hashAlgorithm", "fluentGetterMethodName" : "hashAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in an AWS Signer 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 an AWS Signer job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEncryptionAlgorithmAsString", "beanStyleSetterMethodName" : "setEncryptionAlgorithm", "c2jName" : "encryptionAlgorithm", "c2jShape" : "EncryptionAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer 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, "documentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "EncryptionAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encryptionAlgorithm", "fluentEnumSetterMethodName" : "encryptionAlgorithm", "fluentGetterMethodName" : "encryptionAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default encryption algorithm that is used in an AWS Signer job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param encryptionAlgorithm A specified override of the default encryption algorithm that is used in an AWS Signer 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 an AWS Signer job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHashAlgorithmAsString", "beanStyleSetterMethodName" : "setHashAlgorithm", "c2jName" : "hashAlgorithm", "c2jShape" : "HashAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer 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, "documentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer job.

", "endpointDiscoveryId" : false, "enumType" : "HashAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "hashAlgorithm", "fluentEnumSetterMethodName" : "hashAlgorithm", "fluentGetterMethodName" : "hashAlgorithmAsString", "fluentSetterDocumentation" : "

A specified override of the default hash algorithm that is used in an AWS Signer job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer job.

\n@param hashAlgorithm A specified override of the default hash algorithm that is used in an AWS Signer 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 an AWS Signer 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 an AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getSupportedFormatsAsStrings", "beanStyleSetterMethodName" : "setSupportedFormatsWithStrings", "c2jName" : "supportedFormats", "c2jShape" : "ImageFormats", "defaultConsumerFluentSetterDocumentation" : "

The supported formats of an AWS Signer 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, "documentation" : "

The supported formats of an AWS Signer signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "supportedFormats", "fluentEnumSetterMethodName" : "supportedFormats", "fluentGetterMethodName" : "supportedFormatsAsStrings", "fluentSetterDocumentation" : "

The supported formats of an AWS Signer signing image.

\n@param supportedFormats The supported formats of an AWS Signer 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 an AWS Signer signing image.

\n

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

\n@return The supported formats of an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer signing image.

\n@param supportedFormats The supported formats of an AWS Signer 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 an AWS Signer signing image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultFormatAsString", "beanStyleSetterMethodName" : "setDefaultFormat", "c2jName" : "defaultFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The default format of an AWS Signer 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, "documentation" : "

The default format of an AWS Signer signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultFormat", "fluentEnumSetterMethodName" : "defaultFormat", "fluentGetterMethodName" : "defaultFormatAsString", "fluentSetterDocumentation" : "

The default format of an AWS Signer signing image.

\n@param defaultFormat The default format of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer signing image.

\n@param defaultFormat The default format of an AWS Signer 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 an AWS Signer signing image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultFormat" : { "beanStyleGetterMethodName" : "getDefaultFormatAsString", "beanStyleSetterMethodName" : "setDefaultFormat", "c2jName" : "defaultFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The default format of an AWS Signer 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, "documentation" : "

The default format of an AWS Signer signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultFormat", "fluentEnumSetterMethodName" : "defaultFormat", "fluentGetterMethodName" : "defaultFormatAsString", "fluentSetterDocumentation" : "

The default format of an AWS Signer signing image.

\n@param defaultFormat The default format of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer signing image.

\n@param defaultFormat The default format of an AWS Signer 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 an AWS Signer signing image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SupportedFormats" : { "beanStyleGetterMethodName" : "getSupportedFormatsAsStrings", "beanStyleSetterMethodName" : "setSupportedFormatsWithStrings", "c2jName" : "supportedFormats", "c2jShape" : "ImageFormats", "defaultConsumerFluentSetterDocumentation" : "

The supported formats of an AWS Signer 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, "documentation" : "

The supported formats of an AWS Signer signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "supportedFormats", "fluentEnumSetterMethodName" : "supportedFormats", "fluentGetterMethodName" : "supportedFormatsAsStrings", "fluentSetterDocumentation" : "

The supported formats of an AWS Signer signing image.

\n@param supportedFormats The supported formats of an AWS Signer 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 an AWS Signer signing image.

\n

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

\n@return The supported formats of an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer signing image.

\n@param supportedFormats The supported formats of an AWS Signer 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 an AWS Signer signing image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSupportedFormatsAsStrings", "beanStyleSetterMethodName" : "setSupportedFormatsWithStrings", "c2jName" : "supportedFormats", "c2jShape" : "ImageFormats", "defaultConsumerFluentSetterDocumentation" : "

The supported formats of an AWS Signer 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, "documentation" : "

The supported formats of an AWS Signer signing image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "supportedFormats", "fluentEnumSetterMethodName" : "supportedFormats", "fluentGetterMethodName" : "supportedFormatsAsStrings", "fluentSetterDocumentation" : "

The supported formats of an AWS Signer signing image.

\n@param supportedFormats The supported formats of an AWS Signer 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 an AWS Signer signing image.

\n

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

\n@return The supported formats of an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer signing image.

\n@param supportedFormats The supported formats of an AWS Signer 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 an AWS Signer signing image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultFormatAsString", "beanStyleSetterMethodName" : "setDefaultFormat", "c2jName" : "defaultFormat", "c2jShape" : "ImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The default format of an AWS Signer 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, "documentation" : "

The default format of an AWS Signer signing image.

", "endpointDiscoveryId" : false, "enumType" : "ImageFormat", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "defaultFormat", "fluentEnumSetterMethodName" : "defaultFormat", "fluentGetterMethodName" : "defaultFormatAsString", "fluentSetterDocumentation" : "

The default format of an AWS Signer signing image.

\n@param defaultFormat The default format of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer signing image.

\n@param defaultFormat The default format of an AWS Signer 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 an AWS Signer 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" : [ { "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, "documentation" : "

The ID of the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A Source that contains information about a signing job's code image source.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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 }, { "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, "documentation" : "

The date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ID of the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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" : { "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, "documentation" : "

A Source that contains information about a signing job's code image source.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of the signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A Source that contains information about a signing job's code image source.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

A SignedObject structure that contains information about a signing job's signed code image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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 }, { "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, "documentation" : "

The date and time that the signing job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The status of the signing job.

", "endpointDiscoveryId" : false, "enumType" : "SigningStatus", "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 is used to perform an AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getPlatformId", "beanStyleSetterMethodName" : "setPlatformId", "c2jName" : "platformId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ID of an AWS Signer 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, "documentation" : "

The ID of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of an AWS Signer platform.

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

The ID of an AWS Signer platform.

\n@return The ID of an AWS Signer 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 an AWS Signer platform.

\n@param platformId The ID of an AWS Signer 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 an AWS Signer platform.

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

The display name of an AWS Signer 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, "documentation" : "

The display name of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of an AWS Signer platform.

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

The display name of an AWS Signer platform.

\n@return The display name of an AWS Signer 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 an AWS Signer platform.

\n@param displayName The display name of an AWS Signer 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 an AWS Signer platform.

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

Any partner entities linked to an AWS Signer 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, "documentation" : "

Any partner entities linked to an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities linked to an AWS Signer platform.

\n@param partner Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

\n@return Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

\n@param partner Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The types of targets that can be signed by an AWS Signer 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, "documentation" : "

The types of targets that can be signed by an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The types of targets that can be signed by an AWS Signer platform.

\n@param target The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

\n@return The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

\n@param target The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category of an AWS Signer 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, "documentation" : "

The category of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category of an AWS Signer platform.

\n@param category The category of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer platform.

\n@param category The category of an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The configuration of an AWS Signer 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, "documentation" : "

The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\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, "documentation" : "

The signing image format that is used by an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\n@param signingImageFormat The signing image format that is used by an AWS Signer platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\n@return The signing image format that is used by an AWS Signer platform.", "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 signing image format that is used by an AWS Signer platform.

\n@param signingImageFormat The signing image format that is used by an AWS Signer platform.", "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 signing image format that is used by an AWS Signer platform.

", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer 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, "documentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

\n@return The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Category" : { "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category of an AWS Signer 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, "documentation" : "

The category of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category of an AWS Signer platform.

\n@param category The category of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer platform.

\n@param category The category of an AWS Signer 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 an AWS Signer platform.

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

The display name of an AWS Signer 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, "documentation" : "

The display name of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of an AWS Signer platform.

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

The display name of an AWS Signer platform.

\n@return The display name of an AWS Signer 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 an AWS Signer platform.

\n@param displayName The display name of an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxSizeInMB" : { "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer 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, "documentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

\n@return The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

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

Any partner entities linked to an AWS Signer 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, "documentation" : "

Any partner entities linked to an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities linked to an AWS Signer platform.

\n@param partner Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

\n@return Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

\n@param partner Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

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

The ID of an AWS Signer 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, "documentation" : "

The ID of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of an AWS Signer platform.

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

The ID of an AWS Signer platform.

\n@return The ID of an AWS Signer 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 an AWS Signer platform.

\n@param platformId The ID of an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningConfiguration" : { "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The configuration of an AWS Signer 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, "documentation" : "

The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningImageFormat" : { "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\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, "documentation" : "

The signing image format that is used by an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\n@param signingImageFormat The signing image format that is used by an AWS Signer platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\n@return The signing image format that is used by an AWS Signer platform.", "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 signing image format that is used by an AWS Signer platform.

\n@param signingImageFormat The signing image format that is used by an AWS Signer platform.", "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 signing image format that is used by an AWS Signer platform.

", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The types of targets that can be signed by an AWS Signer 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, "documentation" : "

The types of targets that can be signed by an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The types of targets that can be signed by an AWS Signer platform.

\n@param target The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

\n@return The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

\n@param target The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

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

The ID of an AWS Signer 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, "documentation" : "

The ID of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "platformId", "fluentSetterDocumentation" : "

The ID of an AWS Signer platform.

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

The ID of an AWS Signer platform.

\n@return The ID of an AWS Signer 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 an AWS Signer platform.

\n@param platformId The ID of an AWS Signer 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 an AWS Signer platform.

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

The display name of an AWS Signer 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, "documentation" : "

The display name of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

The display name of an AWS Signer platform.

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

The display name of an AWS Signer platform.

\n@return The display name of an AWS Signer 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 an AWS Signer platform.

\n@param displayName The display name of an AWS Signer 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 an AWS Signer platform.

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

Any partner entities linked to an AWS Signer 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, "documentation" : "

Any partner entities linked to an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partner", "fluentSetterDocumentation" : "

Any partner entities linked to an AWS Signer platform.

\n@param partner Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

\n@return Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

\n@param partner Any partner entities linked to an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The types of targets that can be signed by an AWS Signer 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, "documentation" : "

The types of targets that can be signed by an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The types of targets that can be signed by an AWS Signer platform.

\n@param target The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

\n@return The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

\n@param target The types of targets that can be signed by an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategoryAsString", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "

The category of an AWS Signer 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, "documentation" : "

The category of an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : "Category", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "category", "fluentEnumSetterMethodName" : "category", "fluentGetterMethodName" : "categoryAsString", "fluentSetterDocumentation" : "

The category of an AWS Signer platform.

\n@param category The category of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer platform.

\n@param category The category of an AWS Signer 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 an AWS Signer platform.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The configuration of an AWS Signer 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, "documentation" : "

The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "

The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@return The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

\n@param signingConfiguration The configuration of an AWS Signer 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 an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

", "simpleType" : "SigningConfiguration", "variableSetterType" : "SigningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigningImageFormat", "beanStyleSetterMethodName" : "setSigningImageFormat", "c2jName" : "signingImageFormat", "c2jShape" : "SigningImageFormat", "defaultConsumerFluentSetterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\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, "documentation" : "

The signing image format that is used by an AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingImageFormat", "fluentSetterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\n@param signingImageFormat The signing image format that is used by an AWS Signer platform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingImageFormat", "getterDocumentation" : "

The signing image format that is used by an AWS Signer platform.

\n@return The signing image format that is used by an AWS Signer platform.", "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 signing image format that is used by an AWS Signer platform.

\n@param signingImageFormat The signing image format that is used by an AWS Signer platform.", "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 signing image format that is used by an AWS Signer platform.

", "simpleType" : "SigningImageFormat", "variableSetterType" : "SigningImageFormat" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxSizeInMB", "beanStyleSetterMethodName" : "setMaxSizeInMB", "c2jName" : "maxSizeInMB", "c2jShape" : "MaxSizeInMB", "defaultConsumerFluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer 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, "documentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer platform.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSizeInMB", "fluentSetterDocumentation" : "

The maximum size (in MB) of code that can be signed by a AWS Signer platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

\n@return The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer platform.

\n@param maxSizeInMB The maximum size (in MB) of code that can be signed by a AWS Signer 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 AWS Signer 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 an AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfigurationOverrides", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SigningConfiguration property for this object.\n\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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "Sets the value of the SigningConfiguration property for this object.\n\n@param signingConfiguration The new value for the SigningConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "Returns the value of the SigningConfiguration property for this object.\n@return The value of the SigningConfiguration property for this object.", "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" : "Sets the value of the SigningConfiguration property for this object.\n\n@param signingConfiguration The new value for the SigningConfiguration property for this object.", "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" : "", "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SigningConfiguration" : { "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfigurationOverrides", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SigningConfiguration property for this object.\n\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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "Sets the value of the SigningConfiguration property for this object.\n\n@param signingConfiguration The new value for the SigningConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "Returns the value of the SigningConfiguration property for this object.\n@return The value of the SigningConfiguration property for this object.", "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" : "Sets the value of the SigningConfiguration property for this object.\n\n@param signingConfiguration The new value for the SigningConfiguration property for this object.", "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" : "", "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSigningConfiguration", "beanStyleSetterMethodName" : "setSigningConfiguration", "c2jName" : "signingConfiguration", "c2jShape" : "SigningConfigurationOverrides", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SigningConfiguration property for this object.\n\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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingConfiguration", "fluentSetterDocumentation" : "Sets the value of the SigningConfiguration property for this object.\n\n@param signingConfiguration The new value for the SigningConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingConfiguration", "getterDocumentation" : "Returns the value of the SigningConfiguration property for this object.\n@return The value of the SigningConfiguration property for this object.", "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" : "Sets the value of the SigningConfiguration property for this object.\n\n@param signingConfiguration The new value for the SigningConfiguration property for this object.", "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" : "", "simpleType" : "SigningConfigurationOverrides", "variableSetterType" : "SigningConfigurationOverrides" }, "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 AWS Signer configuration parameters that can be used by a given AWS Signer 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" : [ { "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS Signer 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, "documentation" : "

The name of the AWS Signer profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the AWS Signer profile.

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

The name of the AWS Signer profile.

\n@return The name of the AWS Signer 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 AWS Signer profile.

\n@param profileName The name of the AWS Signer 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 AWS Signer profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

The parameters that are available for use by an AWS Signer 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, "documentation" : "

The parameters that are available for use by an AWS Signer user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

The parameters that are available for use by an AWS Signer user.

\n@param signingParameters The parameters that are available for use by an AWS Signer 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 an AWS Signer user.

\n

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

\n@return The parameters that are available for use by an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer user.

\n@param signingParameters The parameters that are available for use by an AWS Signer 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 an AWS Signer user.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of an AWS Signer 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, "documentation" : "

The status of an AWS Signer profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of an AWS Signer profile.

\n@param status The status of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer profile.

\n@param status The status of an AWS Signer 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 an AWS Signer profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PlatformId" : { "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, "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "beanStyleGetterMethodName" : "getProfileName", "beanStyleSetterMethodName" : "setProfileName", "c2jName" : "profileName", "c2jShape" : "ProfileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS Signer 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, "documentation" : "

The name of the AWS Signer profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the AWS Signer profile.

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

The name of the AWS Signer profile.

\n@return The name of the AWS Signer 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 AWS Signer profile.

\n@param profileName The name of the AWS Signer 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 AWS Signer profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SigningMaterial" : { "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, "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

The parameters that are available for use by an AWS Signer 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, "documentation" : "

The parameters that are available for use by an AWS Signer user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

The parameters that are available for use by an AWS Signer user.

\n@param signingParameters The parameters that are available for use by an AWS Signer 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 an AWS Signer user.

\n

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

\n@return The parameters that are available for use by an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer user.

\n@param signingParameters The parameters that are available for use by an AWS Signer 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 an AWS Signer user.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of an AWS Signer 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, "documentation" : "

The status of an AWS Signer profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of an AWS Signer profile.

\n@param status The status of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer profile.

\n@param status The status of an AWS Signer 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 an AWS Signer profile.

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

The name of the AWS Signer 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, "documentation" : "

The name of the AWS Signer profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profileName", "fluentSetterDocumentation" : "

The name of the AWS Signer profile.

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

The name of the AWS Signer profile.

\n@return The name of the AWS Signer 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 AWS Signer profile.

\n@param profileName The name of the AWS Signer 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 AWS Signer profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The ACM certificate that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "documentation" : "

The ID of a platform that is available for use by a signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "beanStyleGetterMethodName" : "getSigningParameters", "beanStyleSetterMethodName" : "setSigningParameters", "c2jName" : "signingParameters", "c2jShape" : "SigningParameters", "defaultConsumerFluentSetterDocumentation" : "

The parameters that are available for use by an AWS Signer 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, "documentation" : "

The parameters that are available for use by an AWS Signer user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signingParameters", "fluentSetterDocumentation" : "

The parameters that are available for use by an AWS Signer user.

\n@param signingParameters The parameters that are available for use by an AWS Signer 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 an AWS Signer user.

\n

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

\n@return The parameters that are available for use by an AWS Signer 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 an AWS Signer user.

\n@param signingParameters The parameters that are available for use by an AWS Signer 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 an AWS Signer user.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "SigningProfileStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of an AWS Signer 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, "documentation" : "

The status of an AWS Signer profile.

", "endpointDiscoveryId" : false, "enumType" : "SigningProfileStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of an AWS Signer profile.

\n@param status The status of an AWS Signer 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 an AWS Signer 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 an AWS Signer 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 an AWS Signer profile.

\n@param status The status of an AWS Signer 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 an AWS Signer profile.

", "simpleType" : "String", "variableSetterType" : "String" }, "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" : [ { "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, "documentation" : "

The S3Source object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The S3Source object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The S3Source object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "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, "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 }, { "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, "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, "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 }, { "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, "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : { "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, "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, "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" : { "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, "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, "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" : { "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, "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "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, "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" : [ { "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, "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, "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 }, { "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, "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, "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 }, { "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, "documentation" : "

The name of the signing profile.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, { "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, "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, "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" : [ { "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, "documentation" : "

The ID of your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : { "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, "documentation" : "

The ID of your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : [ { "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, "documentation" : "

The ID of your signing job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 }, "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 }, "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 2014-2019 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