models.signer-2017-08-25-intermediate.json Maven / Gradle / Ivy
Show all versions of signer Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listSigningJobs", "listSigningPlatforms", "listSigningProfiles" ]
},
"metadata" : {
"apiVersion" : "2017-08-25",
"asyncBuilder" : "DefaultSignerAsyncClientBuilder",
"asyncBuilderInterface" : "SignerAsyncClientBuilder",
"asyncClient" : "DefaultSignerAsyncClient",
"asyncInterface" : "SignerAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultSignerBaseClientBuilder",
"baseBuilderInterface" : "SignerBaseClientBuilder",
"baseExceptionName" : "SignerException",
"baseRequestName" : "SignerRequest",
"baseResponseName" : "SignerResponse",
"cborProtocol" : false,
"clientPackageName" : "signer",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "signer",
"documentation" : "With code signing for IoT, you can sign code that you create for any IoT device that is supported by Amazon Web Services (AWS). Code signing is available through Amazon FreeRTOS and AWS IoT Device Management, and integrated with AWS Certificate Manager (ACM). In order to sign code, you import a third-party code signing certificate with ACM that is used to sign updates in Amazon FreeRTOS and AWS IoT Device Management. For general information about using code signing, see the Code Signing for IoT Developer Guide.
",
"endpointPrefix" : "signer",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.signer",
"fullModelPackageName" : "software.amazon.awssdk.services.signer.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.signer.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.signer.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.signer.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "signer.model",
"paginatorsPackageName" : "signer.paginators",
"protocol" : "rest-json",
"queryProtocol" : false,
"requestTransformPackageName" : "signer.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "signer",
"serviceName" : "Signer",
"signingName" : "signer",
"syncBuilder" : "DefaultSignerClientBuilder",
"syncBuilderInterface" : "SignerClientBuilder",
"syncClient" : "DefaultSignerClient",
"syncInterface" : "SignerClient",
"transformPackageName" : "signer.transform",
"uid" : "signer-2017-08-25",
"xmlProtocol" : false
},
"operations" : {
"CancelSigningProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Changes the state of an ACTIVE
signing profile to CANCELED
. A canceled profile is still viewable with the ListSigningProfiles
operation, but it cannot perform new signing jobs, and is deleted two years after cancelation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CancelSigningProfileRequest",
"variableName" : "cancelSigningProfileRequest",
"variableType" : "CancelSigningProfileRequest",
"documentation" : "",
"simpleType" : "CancelSigningProfileRequest",
"variableSetterType" : "CancelSigningProfileRequest"
},
"methodName" : "cancelSigningProfile",
"operationName" : "CancelSigningProfile",
"paginated" : false,
"returnType" : {
"returnType" : "CancelSigningProfileResponse",
"documentation" : null
},
"syncReturnType" : "CancelSigningProfileResponse"
},
"DescribeSigningJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a specific code signing job. You specify the job by using the jobId
value that is returned by the StartSigningJob operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSigningJobRequest",
"variableName" : "describeSigningJobRequest",
"variableType" : "DescribeSigningJobRequest",
"documentation" : "",
"simpleType" : "DescribeSigningJobRequest",
"variableSetterType" : "DescribeSigningJobRequest"
},
"methodName" : "describeSigningJob",
"operationName" : "DescribeSigningJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSigningJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSigningJobResponse"
},
"GetSigningPlatform" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information on a specific signing platform.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSigningPlatformRequest",
"variableName" : "getSigningPlatformRequest",
"variableType" : "GetSigningPlatformRequest",
"documentation" : "",
"simpleType" : "GetSigningPlatformRequest",
"variableSetterType" : "GetSigningPlatformRequest"
},
"methodName" : "getSigningPlatform",
"operationName" : "GetSigningPlatform",
"paginated" : false,
"returnType" : {
"returnType" : "GetSigningPlatformResponse",
"documentation" : null
},
"syncReturnType" : "GetSigningPlatformResponse"
},
"GetSigningProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information on a specific signing profile.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSigningProfileRequest",
"variableName" : "getSigningProfileRequest",
"variableType" : "GetSigningProfileRequest",
"documentation" : "",
"simpleType" : "GetSigningProfileRequest",
"variableSetterType" : "GetSigningProfileRequest"
},
"methodName" : "getSigningProfile",
"operationName" : "GetSigningProfile",
"paginated" : false,
"returnType" : {
"returnType" : "GetSigningProfileResponse",
"documentation" : null
},
"syncReturnType" : "GetSigningProfileResponse"
},
"ListSigningJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all your signing jobs. You can use the maxResults
parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, code signing returns a nextToken
value. Use this value in subsequent calls to ListSigningJobs
to fetch the remaining values. You can continue calling ListSigningJobs
with your maxResults
parameter and with new values that code signing returns in the nextToken
parameter until all of your signing jobs have been returned.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSigningJobsRequest",
"variableName" : "listSigningJobsRequest",
"variableType" : "ListSigningJobsRequest",
"documentation" : "",
"simpleType" : "ListSigningJobsRequest",
"variableSetterType" : "ListSigningJobsRequest"
},
"methodName" : "listSigningJobs",
"operationName" : "ListSigningJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListSigningJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListSigningJobsResponse"
},
"ListSigningPlatforms" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all signing platforms available in code signing that match the request parameters. If additional jobs remain to be listed, code signing returns a nextToken
value. Use this value in subsequent calls to ListSigningJobs
to fetch the remaining values. You can continue calling ListSigningJobs
with your maxResults
parameter and with new values that code signing returns in the nextToken
parameter until all of your signing jobs have been returned.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSigningPlatformsRequest",
"variableName" : "listSigningPlatformsRequest",
"variableType" : "ListSigningPlatformsRequest",
"documentation" : "",
"simpleType" : "ListSigningPlatformsRequest",
"variableSetterType" : "ListSigningPlatformsRequest"
},
"methodName" : "listSigningPlatforms",
"operationName" : "ListSigningPlatforms",
"paginated" : true,
"returnType" : {
"returnType" : "ListSigningPlatformsResponse",
"documentation" : null
},
"syncReturnType" : "ListSigningPlatformsResponse"
},
"ListSigningProfiles" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE
status unless the includeCanceled
request field is set to true
. If additional jobs remain to be listed, code signing returns a nextToken
value. Use this value in subsequent calls to ListSigningJobs
to fetch the remaining values. You can continue calling ListSigningJobs
with your maxResults
parameter and with new values that code signing returns in the nextToken
parameter until all of your signing jobs have been returned.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSigningProfilesRequest",
"variableName" : "listSigningProfilesRequest",
"variableType" : "ListSigningProfilesRequest",
"documentation" : "",
"simpleType" : "ListSigningProfilesRequest",
"variableSetterType" : "ListSigningProfilesRequest"
},
"methodName" : "listSigningProfiles",
"operationName" : "ListSigningProfiles",
"paginated" : true,
"returnType" : {
"returnType" : "ListSigningProfilesResponse",
"documentation" : null
},
"syncReturnType" : "ListSigningProfilesResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of the tags associated with a signing profile resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The signing profile was not found.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"PutSigningProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job. For more information, see http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutSigningProfileRequest",
"variableName" : "putSigningProfileRequest",
"variableType" : "PutSigningProfileRequest",
"documentation" : "",
"simpleType" : "PutSigningProfileRequest",
"variableSetterType" : "PutSigningProfileRequest"
},
"methodName" : "putSigningProfile",
"operationName" : "PutSigningProfile",
"paginated" : false,
"returnType" : {
"returnType" : "PutSigningProfileResponse",
"documentation" : null
},
"syncReturnType" : "PutSigningProfileResponse"
},
"StartSigningJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs
operation for two years after they are performed. Note the following requirements:
-
You must create an Amazon S3 source bucket. For more information, see Create a Bucket in the Amazon S3 Getting Started Guide.
-
Your S3 source bucket must be version enabled.
-
You must create an S3 destination bucket. Code signing uses your S3 destination bucket to write your signed code.
-
You specify the name of the source and destination buckets when calling the StartSigningJob
operation.
-
You must also specify a request token that identifies your request to code signing.
You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob
.
For a Java example that shows how to use this action, see http://docs.aws.amazon.com/acm/latest/userguide/
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartSigningJobRequest",
"variableName" : "startSigningJobRequest",
"variableType" : "StartSigningJobRequest",
"documentation" : "",
"simpleType" : "StartSigningJobRequest",
"variableSetterType" : "StartSigningJobRequest"
},
"methodName" : "startSigningJob",
"operationName" : "StartSigningJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartSigningJobResponse",
"documentation" : null
},
"syncReturnType" : "StartSigningJobResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds one or more tags to a signing profile. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. To specify the signing profile, use its Amazon Resource Name (ARN). To specify the tag, use a key-value pair.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The signing profile was not found.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes one or more tags from a signing profile. To remove the tags, specify a list of tag keys.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The signing profile was not found.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You do not have sufficient access to perform this action.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 403,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BadRequestException" : {
"c2jName" : "BadRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BadRequestException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BadRequestException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BadRequestException",
"variableName" : "badRequestException",
"variableType" : "BadRequestException",
"documentation" : null,
"simpleType" : "BadRequestException",
"variableSetterType" : "BadRequestException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CancelSigningProfileRequest" : {
"c2jName" : "CancelSigningProfileRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CancelSigningProfile",
"locationName" : null,
"requestUri" : "/signing-profiles/{profileName}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signing profile to be canceled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the signing profile to be canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the signing profile to be canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ProfileName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signing profile to be canceled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the signing profile to be canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the signing profile to be canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signing profile to be canceled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the signing profile to be canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the signing profile to be canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "profileName" ],
"shapeName" : "CancelSigningProfileRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CancelSigningProfileRequest",
"variableName" : "cancelSigningProfileRequest",
"variableType" : "CancelSigningProfileRequest",
"documentation" : null,
"simpleType" : "CancelSigningProfileRequest",
"variableSetterType" : "CancelSigningProfileRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CancelSigningProfileResponse" : {
"c2jName" : "CancelSigningProfileResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CancelSigningProfileResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelSigningProfileResponse",
"variableName" : "cancelSigningProfileResponse",
"variableType" : "CancelSigningProfileResponse",
"documentation" : null,
"simpleType" : "CancelSigningProfileResponse",
"variableSetterType" : "CancelSigningProfileResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Category" : {
"c2jName" : "Category",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "AWS_IOT",
"value" : "AWSIoT"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Category",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Category",
"variableName" : "category",
"variableType" : "Category",
"documentation" : null,
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeSigningJobRequest" : {
"c2jName" : "DescribeSigningJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeSigningJob",
"locationName" : null,
"requestUri" : "/signing-jobs/{jobId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on input.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.\n@deprecated Use {@link #jobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n",
"documentation" : "The ID of the signing job on input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "jobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"JobId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on input.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.\n@deprecated Use {@link #jobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n",
"documentation" : "The ID of the signing job on input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "jobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on input.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.\n@deprecated Use {@link #jobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n",
"documentation" : "The ID of the signing job on input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "jobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "jobId" ],
"shapeName" : "DescribeSigningJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeSigningJobRequest",
"variableName" : "describeSigningJobRequest",
"variableType" : "DescribeSigningJobRequest",
"documentation" : null,
"simpleType" : "DescribeSigningJobRequest",
"variableSetterType" : "DescribeSigningJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeSigningJobResponse" : {
"c2jName" : "DescribeSigningJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on output.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.\n@deprecated Use {@link #jobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n",
"documentation" : "The ID of the signing job on output.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSource",
"beanStyleSetterMethodName" : "setSource",
"c2jName" : "source",
"c2jShape" : "Source",
"defaultConsumerFluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\nThis is a convenience that creates an instance of the {@link Source.Builder} avoiding the need to create one manually via {@link Source#builder()}.\n\nWhen the {@link Consumer} completes, {@link Source.Builder#build()} is called immediately and its result is passed to {@link #source(Source)}.\n@param source a consumer that will call methods on {@link Source.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(Source)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.\n@deprecated Use {@link #source()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "source",
"fluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "source",
"getterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.",
"getterModel" : {
"returnType" : "Source",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "source",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "source",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Source",
"sensitive" : false,
"setterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.",
"setterMethodName" : "setSource",
"setterModel" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : null,
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@return The Amazon Resource Name (ARN) of your code signing certificate.\n@deprecated Use {@link #signingMaterial()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n",
"documentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningMaterial",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@return The Amazon Resource Name (ARN) of your code signing certificate.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the profile that initiated the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the profile that initiated the signing operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.\n@deprecated Use {@link #overrides()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOverrides",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #signingParameters(Map)}.\n@param signingParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@deprecated Use {@link #signingParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "CreatedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n",
"documentation" : "Date and time that the signing job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedAt",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletedAt",
"beanStyleSetterMethodName" : "setCompletedAt",
"c2jName" : "completedAt",
"c2jShape" : "CompletedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedAt(Instant)}.\n@param completedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedAt(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.\n@deprecated Use {@link #completedAt()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedAt(Instant)}\n",
"documentation" : "Date and time that the signing job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletedAt",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completedAt",
"fluentSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completedAt",
"getterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "completedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.",
"setterMethodName" : "setCompletedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requestedBy(String)}.\n@param requestedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedBy(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n",
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRequestedBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "requestedBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "Status of the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Status of the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusReason",
"beanStyleSetterMethodName" : "setStatusReason",
"c2jName" : "statusReason",
"c2jShape" : "StatusReason",
"defaultConsumerFluentSetterDocumentation" : "String value that contains the status reason.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.\n@deprecated Use {@link #statusReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n",
"documentation" : "String value that contains the status reason.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatusReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusReason",
"fluentSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusReason",
"getterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusReason",
"sensitive" : false,
"setterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.",
"setterMethodName" : "setStatusReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : "String value that contains the status reason.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignedObject",
"beanStyleSetterMethodName" : "setSignedObject",
"c2jName" : "signedObject",
"c2jShape" : "SignedObject",
"defaultConsumerFluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\nThis is a convenience that creates an instance of the {@link SignedObject.Builder} avoiding the need to create one manually via {@link SignedObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link SignedObject.Builder#build()} is called immediately and its result is passed to {@link #signedObject(SignedObject)}.\n@param signedObject a consumer that will call methods on {@link SignedObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signedObject(SignedObject)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@return Name of the S3 bucket where the signed code image is saved by code signing.\n@deprecated Use {@link #signedObject()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n",
"documentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignedObject",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signedObject",
"fluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signedObject",
"getterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@return Name of the S3 bucket where the signed code image is saved by code signing.",
"getterModel" : {
"returnType" : "SignedObject",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signedObject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signedObject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SignedObject",
"sensitive" : false,
"setterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.",
"setterMethodName" : "setSignedObject",
"setterModel" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : null,
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
",
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompletedAt" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletedAt",
"beanStyleSetterMethodName" : "setCompletedAt",
"c2jName" : "completedAt",
"c2jShape" : "CompletedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedAt(Instant)}.\n@param completedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedAt(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.\n@deprecated Use {@link #completedAt()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedAt(Instant)}\n",
"documentation" : "Date and time that the signing job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletedAt",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completedAt",
"fluentSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completedAt",
"getterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "completedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.",
"setterMethodName" : "setCompletedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatedAt" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "CreatedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n",
"documentation" : "Date and time that the signing job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedAt",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"JobId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on output.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.\n@deprecated Use {@link #jobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n",
"documentation" : "The ID of the signing job on output.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Overrides" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.\n@deprecated Use {@link #overrides()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOverrides",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PlatformId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProfileName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the profile that initiated the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the profile that initiated the signing operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RequestedBy" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requestedBy(String)}.\n@param requestedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedBy(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n",
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRequestedBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "requestedBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SignedObject" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignedObject",
"beanStyleSetterMethodName" : "setSignedObject",
"c2jName" : "signedObject",
"c2jShape" : "SignedObject",
"defaultConsumerFluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\nThis is a convenience that creates an instance of the {@link SignedObject.Builder} avoiding the need to create one manually via {@link SignedObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link SignedObject.Builder#build()} is called immediately and its result is passed to {@link #signedObject(SignedObject)}.\n@param signedObject a consumer that will call methods on {@link SignedObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signedObject(SignedObject)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@return Name of the S3 bucket where the signed code image is saved by code signing.\n@deprecated Use {@link #signedObject()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n",
"documentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignedObject",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signedObject",
"fluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signedObject",
"getterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@return Name of the S3 bucket where the signed code image is saved by code signing.",
"getterModel" : {
"returnType" : "SignedObject",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signedObject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signedObject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SignedObject",
"sensitive" : false,
"setterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.",
"setterMethodName" : "setSignedObject",
"setterModel" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : null,
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
",
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SigningMaterial" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@return The Amazon Resource Name (ARN) of your code signing certificate.\n@deprecated Use {@link #signingMaterial()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n",
"documentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningMaterial",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@return The Amazon Resource Name (ARN) of your code signing certificate.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SigningParameters" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #signingParameters(Map)}.\n@param signingParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@deprecated Use {@link #signingParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Source" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSource",
"beanStyleSetterMethodName" : "setSource",
"c2jName" : "source",
"c2jShape" : "Source",
"defaultConsumerFluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\nThis is a convenience that creates an instance of the {@link Source.Builder} avoiding the need to create one manually via {@link Source#builder()}.\n\nWhen the {@link Consumer} completes, {@link Source.Builder#build()} is called immediately and its result is passed to {@link #source(Source)}.\n@param source a consumer that will call methods on {@link Source.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(Source)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.\n@deprecated Use {@link #source()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "source",
"fluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "source",
"getterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.",
"getterModel" : {
"returnType" : "Source",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "source",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "source",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Source",
"sensitive" : false,
"setterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.",
"setterMethodName" : "setSource",
"setterModel" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : null,
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "Status of the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Status of the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StatusReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusReason",
"beanStyleSetterMethodName" : "setStatusReason",
"c2jName" : "statusReason",
"c2jShape" : "StatusReason",
"defaultConsumerFluentSetterDocumentation" : "String value that contains the status reason.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.\n@deprecated Use {@link #statusReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n",
"documentation" : "String value that contains the status reason.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatusReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusReason",
"fluentSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusReason",
"getterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusReason",
"sensitive" : false,
"setterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.",
"setterMethodName" : "setStatusReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : "String value that contains the status reason.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on output.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.\n@deprecated Use {@link #jobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n",
"documentation" : "The ID of the signing job on output.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSource",
"beanStyleSetterMethodName" : "setSource",
"c2jName" : "source",
"c2jShape" : "Source",
"defaultConsumerFluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\nThis is a convenience that creates an instance of the {@link Source.Builder} avoiding the need to create one manually via {@link Source#builder()}.\n\nWhen the {@link Consumer} completes, {@link Source.Builder#build()} is called immediately and its result is passed to {@link #source(Source)}.\n@param source a consumer that will call methods on {@link Source.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(Source)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.\n@deprecated Use {@link #source()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(Source)}\n",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "source",
"fluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "source",
"getterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.",
"getterModel" : {
"returnType" : "Source",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "source",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "source",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Source",
"sensitive" : false,
"setterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.",
"setterMethodName" : "setSource",
"setterModel" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : null,
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@return The Amazon Resource Name (ARN) of your code signing certificate.\n@deprecated Use {@link #signingMaterial()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n",
"documentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningMaterial",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@return The Amazon Resource Name (ARN) of your code signing certificate.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial The Amazon Resource Name (ARN) of your code signing certificate.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The Amazon Resource Name (ARN) of your code signing certificate.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the profile that initiated the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the profile that initiated the signing operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.\n@deprecated Use {@link #overrides()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOverrides",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #signingParameters(Map)}.\n@param signingParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@deprecated Use {@link #signingParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "CreatedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.\n@deprecated Use {@link #createdAt()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n",
"documentation" : "Date and time that the signing job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedAt",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletedAt",
"beanStyleSetterMethodName" : "setCompletedAt",
"c2jName" : "completedAt",
"c2jShape" : "CompletedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedAt(Instant)}.\n@param completedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedAt(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.\n@deprecated Use {@link #completedAt()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedAt(Instant)}\n",
"documentation" : "Date and time that the signing job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletedAt property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletedAt",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completedAt",
"fluentSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completedAt",
"getterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "completedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.",
"setterMethodName" : "setCompletedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requestedBy(String)}.\n@param requestedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedBy(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.\n@deprecated Use {@link #requestedBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedBy(String)}\n",
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RequestedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRequestedBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "requestedBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "Status of the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Status of the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusReason",
"beanStyleSetterMethodName" : "setStatusReason",
"c2jName" : "statusReason",
"c2jShape" : "StatusReason",
"defaultConsumerFluentSetterDocumentation" : "String value that contains the status reason.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.\n@deprecated Use {@link #statusReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n",
"documentation" : "String value that contains the status reason.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatusReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusReason",
"fluentSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusReason",
"getterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusReason",
"sensitive" : false,
"setterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.",
"setterMethodName" : "setStatusReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : "String value that contains the status reason.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignedObject",
"beanStyleSetterMethodName" : "setSignedObject",
"c2jName" : "signedObject",
"c2jShape" : "SignedObject",
"defaultConsumerFluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\nThis is a convenience that creates an instance of the {@link SignedObject.Builder} avoiding the need to create one manually via {@link SignedObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link SignedObject.Builder#build()} is called immediately and its result is passed to {@link #signedObject(SignedObject)}.\n@param signedObject a consumer that will call methods on {@link SignedObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signedObject(SignedObject)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@return Name of the S3 bucket where the signed code image is saved by code signing.\n@deprecated Use {@link #signedObject()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signedObject(SignedObject)}\n",
"documentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SignedObject property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignedObject",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signedObject",
"fluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signedObject",
"getterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@return Name of the S3 bucket where the signed code image is saved by code signing.",
"getterModel" : {
"returnType" : "SignedObject",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signedObject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signedObject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SignedObject",
"sensitive" : false,
"setterDocumentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by code signing.",
"setterMethodName" : "setSignedObject",
"setterModel" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : null,
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : "Name of the S3 bucket where the signed code image is saved by code signing.
",
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeSigningJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeSigningJobResponse",
"variableName" : "describeSigningJobResponse",
"variableType" : "DescribeSigningJobResponse",
"documentation" : null,
"simpleType" : "DescribeSigningJobResponse",
"variableSetterType" : "DescribeSigningJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Destination" : {
"c2jName" : "Destination",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Points to an S3Destination
object that contains information about your S3 bucket.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3",
"beanStyleSetterMethodName" : "setS3",
"c2jName" : "s3",
"c2jShape" : "S3Destination",
"defaultConsumerFluentSetterDocumentation" : "The S3Destination
object.
\nThis is a convenience that creates an instance of the {@link S3Destination.Builder} avoiding the need to create one manually via {@link S3Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Destination.Builder#build()} is called immediately and its result is passed to {@link #s3(S3Destination)}.\n@param s3 a consumer that will call methods on {@link S3Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3(S3Destination)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.\n@deprecated Use {@link #s3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Destination)}\n",
"documentation" : "The S3Destination
object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3",
"fluentSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3",
"getterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.",
"getterModel" : {
"returnType" : "S3Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3",
"sensitive" : false,
"setterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.",
"setterMethodName" : "setS3",
"setterModel" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : null,
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : "The S3Destination
object.
",
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"S3" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3",
"beanStyleSetterMethodName" : "setS3",
"c2jName" : "s3",
"c2jShape" : "S3Destination",
"defaultConsumerFluentSetterDocumentation" : "The S3Destination
object.
\nThis is a convenience that creates an instance of the {@link S3Destination.Builder} avoiding the need to create one manually via {@link S3Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Destination.Builder#build()} is called immediately and its result is passed to {@link #s3(S3Destination)}.\n@param s3 a consumer that will call methods on {@link S3Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3(S3Destination)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.\n@deprecated Use {@link #s3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Destination)}\n",
"documentation" : "The S3Destination
object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3",
"fluentSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3",
"getterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.",
"getterModel" : {
"returnType" : "S3Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3",
"sensitive" : false,
"setterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.",
"setterMethodName" : "setS3",
"setterModel" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : null,
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : "The S3Destination
object.
",
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3",
"beanStyleSetterMethodName" : "setS3",
"c2jName" : "s3",
"c2jShape" : "S3Destination",
"defaultConsumerFluentSetterDocumentation" : "The S3Destination
object.
\nThis is a convenience that creates an instance of the {@link S3Destination.Builder} avoiding the need to create one manually via {@link S3Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Destination.Builder#build()} is called immediately and its result is passed to {@link #s3(S3Destination)}.\n@param s3 a consumer that will call methods on {@link S3Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3(S3Destination)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.\n@deprecated Use {@link #s3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3(S3Destination)}\n",
"documentation" : "The S3Destination
object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3",
"fluentSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3",
"getterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.",
"getterModel" : {
"returnType" : "S3Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3",
"sensitive" : false,
"setterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.",
"setterMethodName" : "setS3",
"setterModel" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : null,
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : "The S3Destination
object.
",
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Destination",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"wrapper" : false,
"xmlNamespace" : null
},
"EncryptionAlgorithm" : {
"c2jName" : "EncryptionAlgorithm",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "RSA",
"value" : "RSA"
}, {
"name" : "ECDSA",
"value" : "ECDSA"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EncryptionAlgorithm",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EncryptionAlgorithm",
"variableName" : "encryptionAlgorithm",
"variableType" : "EncryptionAlgorithm",
"documentation" : null,
"simpleType" : "EncryptionAlgorithm",
"variableSetterType" : "EncryptionAlgorithm"
},
"wrapper" : false,
"xmlNamespace" : null
},
"EncryptionAlgorithmOptions" : {
"c2jName" : "EncryptionAlgorithmOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The encryption algorithm options that are available to a code signing job.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "EncryptionAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #allowedValuesAsStrings(List)}.\n@param allowedValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValuesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted encryption algorithms that are allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n",
"documentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowedValues",
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted encryption algorithms that are allowed in a code signing job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "allowedValues",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValueAsString(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n",
"documentation" : "The default encryption algorithm that is used by a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultValue",
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default encryption algorithm that is used by a code signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowedValues" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "EncryptionAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #allowedValuesAsStrings(List)}.\n@param allowedValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValuesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted encryption algorithms that are allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n",
"documentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowedValues",
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted encryption algorithms that are allowed in a code signing job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "allowedValues",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DefaultValue" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValueAsString(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n",
"documentation" : "The default encryption algorithm that is used by a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultValue",
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default encryption algorithm that is used by a code signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "EncryptionAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #allowedValuesAsStrings(List)}.\n@param allowedValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValuesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted encryption algorithms that are allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n",
"documentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowedValues",
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted encryption algorithms that are allowed in a code signing job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "allowedValues",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in a code signing job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted encryption algorithms that are allowed in a code signing job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValueAsString(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n",
"documentation" : "The default encryption algorithm that is used by a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultValue",
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default encryption algorithm that is used by a code signing job.
\n@param defaultValue The default encryption algorithm that is used by a code signing job.\n@see EncryptionAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default encryption algorithm that is used by a code signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "allowedValues", "defaultValue" ],
"shapeName" : "EncryptionAlgorithmOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EncryptionAlgorithmOptions",
"variableName" : "encryptionAlgorithmOptions",
"variableType" : "EncryptionAlgorithmOptions",
"documentation" : null,
"simpleType" : "EncryptionAlgorithmOptions",
"variableSetterType" : "EncryptionAlgorithmOptions"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSigningPlatformRequest" : {
"c2jName" : "GetSigningPlatformRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetSigningPlatform",
"locationName" : null,
"requestUri" : "/signing-platforms/{platformId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PlatformId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "platformId" ],
"shapeName" : "GetSigningPlatformRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSigningPlatformRequest",
"variableName" : "getSigningPlatformRequest",
"variableType" : "GetSigningPlatformRequest",
"documentation" : null,
"simpleType" : "GetSigningPlatformRequest",
"variableSetterType" : "GetSigningPlatformRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSigningPlatformResponse" : {
"c2jName" : "GetSigningPlatformResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "displayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The display name of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing platform.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The display name of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "displayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The display name of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPartner",
"beanStyleSetterMethodName" : "setPartner",
"c2jName" : "partner",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partner(String)}.\n@param partner a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partner(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing platform.\n@deprecated Use {@link #partner()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n",
"documentation" : "A list of partner entities that use the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPartner",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "partner",
"fluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "partner",
"getterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "partner",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "partner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Partner",
"sensitive" : false,
"setterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.",
"setterMethodName" : "setPartner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : "A list of partner entities that use the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTarget",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #target(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n",
"documentation" : "The validation template that is used by the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTarget",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "target",
"fluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "target",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The validation template that is used by the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryAsString",
"beanStyleSetterMethodName" : "setCategory",
"c2jName" : "category",
"c2jShape" : "Category",
"defaultConsumerFluentSetterDocumentation" : "The category type of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryAsString(String)}.\n@param category a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #category(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n",
"documentation" : "The category type of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : "Category",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCategory",
"fluentEnumGetterMethodName" : "category",
"fluentEnumSetterMethodName" : "category",
"fluentGetterMethodName" : "categoryAsString",
"fluentSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category",
"fluentSetterMethodName" : "category",
"getterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "category",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "category",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Category",
"sensitive" : false,
"setterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category",
"setterMethodName" : "setCategory",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : "The category type of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningConfiguration",
"beanStyleSetterMethodName" : "setSigningConfiguration",
"c2jName" : "signingConfiguration",
"c2jShape" : "SigningConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\nThis is a convenience that creates an instance of the {@link SigningConfiguration.Builder} avoiding the need to create one manually via {@link SigningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #signingConfiguration(SigningConfiguration)}.\n@param signingConfiguration a consumer that will call methods on {@link SigningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingConfiguration(SigningConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.\n@deprecated Use {@link #signingConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingConfiguration",
"fluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingConfiguration",
"getterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.",
"getterModel" : {
"returnType" : "SigningConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningConfiguration",
"sensitive" : false,
"setterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.",
"setterMethodName" : "setSigningConfiguration",
"setterModel" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : null,
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningImageFormat",
"beanStyleSetterMethodName" : "setSigningImageFormat",
"c2jName" : "signingImageFormat",
"c2jShape" : "SigningImageFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the target platform's signing image.
\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.\n@deprecated Use {@link #signingImageFormat()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n",
"documentation" : "The format of the target platform's signing image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningImageFormat",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingImageFormat",
"fluentSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingImageFormat",
"getterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.",
"getterModel" : {
"returnType" : "SigningImageFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingImageFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingImageFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningImageFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.",
"setterMethodName" : "setSigningImageFormat",
"setterModel" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : null,
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : "The format of the target platform's signing image.
",
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxSizeInMB",
"beanStyleSetterMethodName" : "setMaxSizeInMB",
"c2jName" : "maxSizeInMB",
"c2jShape" : "MaxSizeInMB",
"defaultConsumerFluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxSizeInMB(Integer)}.\n@param maxSizeInMB a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSizeInMB(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.\n@deprecated Use {@link #maxSizeInMB()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxSizeInMB",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSizeInMB",
"fluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxSizeInMB",
"getterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxSizeInMB",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxSizeInMB",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSizeInMB",
"sensitive" : false,
"setterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.",
"setterMethodName" : "setMaxSizeInMB",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Category" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryAsString",
"beanStyleSetterMethodName" : "setCategory",
"c2jName" : "category",
"c2jShape" : "Category",
"defaultConsumerFluentSetterDocumentation" : "The category type of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryAsString(String)}.\n@param category a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #category(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n",
"documentation" : "The category type of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : "Category",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCategory",
"fluentEnumGetterMethodName" : "category",
"fluentEnumSetterMethodName" : "category",
"fluentGetterMethodName" : "categoryAsString",
"fluentSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category",
"fluentSetterMethodName" : "category",
"getterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "category",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "category",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Category",
"sensitive" : false,
"setterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category",
"setterMethodName" : "setCategory",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : "The category type of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DisplayName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "displayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The display name of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing platform.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The display name of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "displayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The display name of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxSizeInMB" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxSizeInMB",
"beanStyleSetterMethodName" : "setMaxSizeInMB",
"c2jName" : "maxSizeInMB",
"c2jShape" : "MaxSizeInMB",
"defaultConsumerFluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxSizeInMB(Integer)}.\n@param maxSizeInMB a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSizeInMB(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.\n@deprecated Use {@link #maxSizeInMB()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxSizeInMB",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSizeInMB",
"fluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxSizeInMB",
"getterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxSizeInMB",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxSizeInMB",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSizeInMB",
"sensitive" : false,
"setterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.",
"setterMethodName" : "setMaxSizeInMB",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Partner" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPartner",
"beanStyleSetterMethodName" : "setPartner",
"c2jName" : "partner",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partner(String)}.\n@param partner a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partner(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing platform.\n@deprecated Use {@link #partner()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n",
"documentation" : "A list of partner entities that use the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPartner",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "partner",
"fluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "partner",
"getterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "partner",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "partner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Partner",
"sensitive" : false,
"setterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.",
"setterMethodName" : "setPartner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : "A list of partner entities that use the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PlatformId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SigningConfiguration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningConfiguration",
"beanStyleSetterMethodName" : "setSigningConfiguration",
"c2jName" : "signingConfiguration",
"c2jShape" : "SigningConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\nThis is a convenience that creates an instance of the {@link SigningConfiguration.Builder} avoiding the need to create one manually via {@link SigningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #signingConfiguration(SigningConfiguration)}.\n@param signingConfiguration a consumer that will call methods on {@link SigningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingConfiguration(SigningConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.\n@deprecated Use {@link #signingConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingConfiguration",
"fluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingConfiguration",
"getterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.",
"getterModel" : {
"returnType" : "SigningConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningConfiguration",
"sensitive" : false,
"setterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.",
"setterMethodName" : "setSigningConfiguration",
"setterModel" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : null,
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SigningImageFormat" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningImageFormat",
"beanStyleSetterMethodName" : "setSigningImageFormat",
"c2jName" : "signingImageFormat",
"c2jShape" : "SigningImageFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the target platform's signing image.
\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.\n@deprecated Use {@link #signingImageFormat()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n",
"documentation" : "The format of the target platform's signing image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningImageFormat",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingImageFormat",
"fluentSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingImageFormat",
"getterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.",
"getterModel" : {
"returnType" : "SigningImageFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingImageFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingImageFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningImageFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.",
"setterMethodName" : "setSigningImageFormat",
"setterModel" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : null,
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : "The format of the target platform's signing image.
",
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Target" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTarget",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #target(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n",
"documentation" : "The validation template that is used by the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTarget",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "target",
"fluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "target",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The validation template that is used by the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "displayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The display name of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing platform.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The display name of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "displayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The display name of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPartner",
"beanStyleSetterMethodName" : "setPartner",
"c2jName" : "partner",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partner(String)}.\n@param partner a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partner(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing platform.\n@deprecated Use {@link #partner()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #partner(String)}\n",
"documentation" : "A list of partner entities that use the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Partner property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPartner",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "partner",
"fluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "partner",
"getterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "partner",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "partner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Partner",
"sensitive" : false,
"setterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.",
"setterMethodName" : "setPartner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : "A list of partner entities that use the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTarget",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #target(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing platform.\n@deprecated Use {@link #target()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n",
"documentation" : "The validation template that is used by the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTarget",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "target",
"fluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "target",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The validation template that is used by the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryAsString",
"beanStyleSetterMethodName" : "setCategory",
"c2jName" : "category",
"c2jShape" : "Category",
"defaultConsumerFluentSetterDocumentation" : "The category type of the target signing platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryAsString(String)}.\n@param category a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #category(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category\n@deprecated Use {@link #categoryAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category\n@deprecated Use {@link #category(String)}\n",
"documentation" : "The category type of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : "Category",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Category property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCategory",
"fluentEnumGetterMethodName" : "category",
"fluentEnumSetterMethodName" : "category",
"fluentGetterMethodName" : "categoryAsString",
"fluentSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category",
"fluentSetterMethodName" : "category",
"getterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "category",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "category",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Category",
"sensitive" : false,
"setterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category",
"setterMethodName" : "setCategory",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : "The category type of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningConfiguration",
"beanStyleSetterMethodName" : "setSigningConfiguration",
"c2jName" : "signingConfiguration",
"c2jShape" : "SigningConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\nThis is a convenience that creates an instance of the {@link SigningConfiguration.Builder} avoiding the need to create one manually via {@link SigningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #signingConfiguration(SigningConfiguration)}.\n@param signingConfiguration a consumer that will call methods on {@link SigningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingConfiguration(SigningConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.\n@deprecated Use {@link #signingConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingConfiguration(SigningConfiguration)}\n",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingConfiguration",
"fluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingConfiguration",
"getterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.",
"getterModel" : {
"returnType" : "SigningConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningConfiguration",
"sensitive" : false,
"setterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.",
"setterMethodName" : "setSigningConfiguration",
"setterModel" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : null,
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningImageFormat",
"beanStyleSetterMethodName" : "setSigningImageFormat",
"c2jName" : "signingImageFormat",
"c2jShape" : "SigningImageFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the target platform's signing image.
\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.\n@deprecated Use {@link #signingImageFormat()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingImageFormat(SigningImageFormat)}\n",
"documentation" : "The format of the target platform's signing image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningImageFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningImageFormat",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingImageFormat",
"fluentSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingImageFormat",
"getterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.",
"getterModel" : {
"returnType" : "SigningImageFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingImageFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingImageFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningImageFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.",
"setterMethodName" : "setSigningImageFormat",
"setterModel" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : null,
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : "The format of the target platform's signing image.
",
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxSizeInMB",
"beanStyleSetterMethodName" : "setMaxSizeInMB",
"c2jName" : "maxSizeInMB",
"c2jShape" : "MaxSizeInMB",
"defaultConsumerFluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxSizeInMB(Integer)}.\n@param maxSizeInMB a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSizeInMB(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.\n@deprecated Use {@link #maxSizeInMB()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSizeInMB(Integer)}\n",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxSizeInMB property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxSizeInMB",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSizeInMB",
"fluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxSizeInMB",
"getterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxSizeInMB",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxSizeInMB",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSizeInMB",
"sensitive" : false,
"setterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.",
"setterMethodName" : "setMaxSizeInMB",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSigningPlatformResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSigningPlatformResponse",
"variableName" : "getSigningPlatformResponse",
"variableType" : "GetSigningPlatformResponse",
"documentation" : null,
"simpleType" : "GetSigningPlatformResponse",
"variableSetterType" : "GetSigningPlatformResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSigningProfileRequest" : {
"c2jName" : "GetSigningProfileRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetSigningProfile",
"locationName" : null,
"requestUri" : "/signing-profiles/{profileName}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ProfileName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "profileName" ],
"shapeName" : "GetSigningProfileRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSigningProfileRequest",
"variableName" : "getSigningProfileRequest",
"variableType" : "GetSigningProfileRequest",
"documentation" : null,
"simpleType" : "GetSigningProfileRequest",
"variableSetterType" : "GetSigningProfileRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSigningProfileResponse" : {
"c2jName" : "GetSigningProfileResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.\n@deprecated Use {@link #signingMaterial()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningMaterial",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.\n@deprecated Use {@link #overrides()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOverrides",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #signingParameters(Map)}.\n@param signingParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.\n@deprecated Use {@link #signingParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningProfileStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningProfileStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) for the signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@return The Amazon Resource Name (ARN) for the signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : "A list of tags associated with the signing profile.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of tags associated with the signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : "A list of tags associated with the signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A list of tags associated with the signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags associated with the signing profile.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A list of tags associated with the signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) for the signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@return The Amazon Resource Name (ARN) for the signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Overrides" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.\n@deprecated Use {@link #overrides()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOverrides",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PlatformId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProfileName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SigningMaterial" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.\n@deprecated Use {@link #signingMaterial()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningMaterial",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SigningParameters" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #signingParameters(Map)}.\n@param signingParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.\n@deprecated Use {@link #signingParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningProfileStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningProfileStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : "A list of tags associated with the signing profile.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of tags associated with the signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : "A list of tags associated with the signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A list of tags associated with the signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags associated with the signing profile.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A list of tags associated with the signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #profileName(String)}.\n@param profileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #profileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.\n@deprecated Use {@link #profileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #profileName(String)}\n",
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProfileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProfileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.\n@deprecated Use {@link #signingMaterial()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingMaterial(SigningMaterial)}\n",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningMaterial property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningMaterial",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformId(String)}.\n@param platformId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platformId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.\n@deprecated Use {@link #platformId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #platformId(String)}\n",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PlatformId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatformId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.\n@deprecated Use {@link #overrides()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #overrides(SigningPlatformOverrides)}\n",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Overrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOverrides",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #signingParameters(Map)}.\n@param signingParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.\n@deprecated Use {@link #signingParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signingParameters(Map)}\n",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSigningParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSigningParameters()} to see if a value was sent in this field.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningProfileStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the target signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningProfileStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@return The Amazon Resource Name (ARN) for the signing profile.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) for the signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@return The Amazon Resource Name (ARN) for the signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) for the signing profile.
\n@param arn The Amazon Resource Name (ARN) for the signing profile.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : "A list of tags associated with the signing profile.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of tags associated with the signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags associated with the signing profile.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : "A list of tags associated with the signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A list of tags associated with the signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags associated with the signing profile.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A list of tags associated with the signing profile.
\n@param tags A list of tags associated with the signing profile.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A list of tags associated with the signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSigningProfileResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSigningProfileResponse",
"variableName" : "getSigningProfileResponse",
"variableType" : "GetSigningProfileResponse",
"documentation" : null,
"simpleType" : "GetSigningProfileResponse",
"variableSetterType" : "GetSigningProfileResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"HashAlgorithm" : {
"c2jName" : "HashAlgorithm",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "SHA1",
"value" : "SHA1"
}, {
"name" : "SHA256",
"value" : "SHA256"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "HashAlgorithm",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HashAlgorithm",
"variableName" : "hashAlgorithm",
"variableType" : "HashAlgorithm",
"documentation" : null,
"simpleType" : "HashAlgorithm",
"variableSetterType" : "HashAlgorithm"
},
"wrapper" : false,
"xmlNamespace" : null
},
"HashAlgorithmOptions" : {
"c2jName" : "HashAlgorithmOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The hash algorithms that are available to a code signing job.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "HashAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #allowedValuesAsStrings(List)}.\n@param allowedValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValuesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted hash algorithms allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n",
"documentation" : "The set of accepted hash algorithms allowed in a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowedValues",
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted hash algorithms allowed in a code signing job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "allowedValues",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "HashAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see HashAlgorithm\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted hash algorithms allowed in a code signing job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "HashAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default hash algorithm that is used in a code signing job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValueAsString(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The default hash algorithm that is used in a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The default hash algorithm that is used in a code signing job.
\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #defaultValue(String)}\n",
"documentation" : "The default hash algorithm that is used in a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultValue",
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default hash algorithm that is used in a code signing job.
\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default hash algorithm that is used in a code signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default hash algorithm that is used in a code signing job.
\n@param defaultValue The default hash algorithm that is used in a code signing job.\n@see HashAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default hash algorithm that is used in a code signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowedValues" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "HashAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #allowedValuesAsStrings(List)}.\n@param allowedValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValuesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted hash algorithms allowed in a code signing job.\n@deprecated Use {@link #allowedValuesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValuesWithStrings(List)}\n",
"documentation" : "The set of accepted hash algorithms allowed in a code signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowedValues",
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAllowedValues()} to see if a value was sent in this field.\n
\n@return The set of accepted hash algorithms allowed in a code signing job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "allowedValues",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "HashAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see HashAlgorithm\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted hash algorithms allowed in a code signing job.
\n@param allowedValues The set of accepted hash algorithms allowed in a code signing job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "