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

models.api.ecr-2015-09-21-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for the Amazon EC2 Container Registry holds the client classes that are used for communicating with the Amazon EC2 Container Registry Service

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "describeRepositories", "getAuthorizationToken" ]
  },
  "metadata" : {
    "apiVersion" : "2015-09-21",
    "asyncBuilder" : "DefaultEcrAsyncClientBuilder",
    "asyncBuilderInterface" : "EcrAsyncClientBuilder",
    "asyncClient" : "DefaultEcrAsyncClient",
    "asyncInterface" : "EcrAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultEcrBaseClientBuilder",
    "baseBuilderInterface" : "EcrBaseClientBuilder",
    "baseExceptionName" : "EcrException",
    "baseRequestName" : "EcrRequest",
    "baseResponseName" : "EcrResponse",
    "cborProtocol" : false,
    "clientPackageName" : "ecr",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon ECR",
    "documentation" : "Amazon Elastic Container Registry 

Amazon Elastic Container Registry (Amazon ECR) is a managed Docker registry service. Customers can use the familiar Docker CLI to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry. Amazon ECR supports private Docker repositories with resource-based permissions using IAM so that specific users or Amazon EC2 instances can access repositories and images. Developers can use the Docker CLI to author and manage images.

", "endpointPrefix" : "api.ecr", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.ecr", "fullModelPackageName" : "software.amazon.awssdk.services.ecr.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.ecr.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.ecr.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.ecr.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "ecr.model", "paginatorsPackageName" : "ecr.paginators", "protocol" : "json", "requestTransformPackageName" : "ecr.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "ECR", "serviceName" : "Ecr", "signingName" : "ecr", "syncBuilder" : "DefaultEcrClientBuilder", "syncBuilderInterface" : "EcrClientBuilder", "syncClient" : "DefaultEcrClient", "syncInterface" : "EcrClient", "transformPackageName" : "ecr.transform", "uid" : "ecr-2015-09-21", "xmlProtocol" : false }, "operations" : { "BatchCheckLayerAvailability" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Check the availability of multiple image layers in a specified registry and repository.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

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

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchCheckLayerAvailabilityRequest", "variableName" : "batchCheckLayerAvailabilityRequest", "variableType" : "BatchCheckLayerAvailabilityRequest", "documentation" : "", "simpleType" : "BatchCheckLayerAvailabilityRequest", "variableSetterType" : "BatchCheckLayerAvailabilityRequest" }, "methodName" : "batchCheckLayerAvailability", "operationName" : "BatchCheckLayerAvailability", "paginated" : false, "returnType" : { "returnType" : "BatchCheckLayerAvailabilityResponse", "documentation" : null }, "syncReturnType" : "BatchCheckLayerAvailabilityResponse" }, "BatchDeleteImage" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a list of specified images within a specified repository. Images are specified with either imageTag or imageDigest.

You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository.

You can completely delete an image (and all of its tags) by specifying the image's digest in your request.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchDeleteImageRequest", "variableName" : "batchDeleteImageRequest", "variableType" : "BatchDeleteImageRequest", "documentation" : "

Deletes specified images within a specified repository. Images are specified with either the imageTag or imageDigest.

", "simpleType" : "BatchDeleteImageRequest", "variableSetterType" : "BatchDeleteImageRequest" }, "methodName" : "batchDeleteImage", "operationName" : "BatchDeleteImage", "paginated" : false, "returnType" : { "returnType" : "BatchDeleteImageResponse", "documentation" : null }, "syncReturnType" : "BatchDeleteImageResponse" }, "BatchGetImage" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets detailed information for specified images within a specified repository. Images are specified with either imageTag or imageDigest.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchGetImageRequest", "variableName" : "batchGetImageRequest", "variableType" : "BatchGetImageRequest", "documentation" : "", "simpleType" : "BatchGetImageRequest", "variableSetterType" : "BatchGetImageRequest" }, "methodName" : "batchGetImage", "operationName" : "BatchGetImage", "paginated" : false, "returnType" : { "returnType" : "BatchGetImageResponse", "documentation" : null }, "syncReturnType" : "BatchGetImageResponse" }, "CompleteLayerUpload" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "UploadNotFoundException", "documentation" : "

The upload could not be found, or the specified upload id is not valid for this repository.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidLayerException", "documentation" : "

The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.

", "httpStatusCode" : null }, { "exceptionName" : "LayerPartTooSmallException", "documentation" : "

Layer parts must be at least 5 MiB in size.

", "httpStatusCode" : null }, { "exceptionName" : "LayerAlreadyExistsException", "documentation" : "

The image layer already exists in the associated repository.

", "httpStatusCode" : null }, { "exceptionName" : "EmptyUploadException", "documentation" : "

The specified layer upload does not contain any layer parts.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CompleteLayerUploadRequest", "variableName" : "completeLayerUploadRequest", "variableType" : "CompleteLayerUploadRequest", "documentation" : "", "simpleType" : "CompleteLayerUploadRequest", "variableSetterType" : "CompleteLayerUploadRequest" }, "methodName" : "completeLayerUpload", "operationName" : "CompleteLayerUpload", "paginated" : false, "returnType" : { "returnType" : "CompleteLayerUploadResponse", "documentation" : null }, "syncReturnType" : "CompleteLayerUploadResponse" }, "CreateRepository" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an Amazon Elastic Container Registry (Amazon ECR) repository, where users can push and pull Docker images. For more information, see Amazon ECR Repositories in the Amazon Elastic Container Registry User Guide.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTagParameterException", "documentation" : "

An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyTagsException", "documentation" : "

The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryAlreadyExistsException", "documentation" : "

The specified repository already exists in the specified registry.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon Elastic Container Registry User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateRepositoryRequest", "variableName" : "createRepositoryRequest", "variableType" : "CreateRepositoryRequest", "documentation" : "", "simpleType" : "CreateRepositoryRequest", "variableSetterType" : "CreateRepositoryRequest" }, "methodName" : "createRepository", "operationName" : "CreateRepository", "paginated" : false, "returnType" : { "returnType" : "CreateRepositoryResponse", "documentation" : null }, "syncReturnType" : "CreateRepositoryResponse" }, "DeleteLifecyclePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified lifecycle policy.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "LifecyclePolicyNotFoundException", "documentation" : "

The lifecycle policy could not be found, and no policy is set to the repository.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLifecyclePolicyRequest", "variableName" : "deleteLifecyclePolicyRequest", "variableType" : "DeleteLifecyclePolicyRequest", "documentation" : "", "simpleType" : "DeleteLifecyclePolicyRequest", "variableSetterType" : "DeleteLifecyclePolicyRequest" }, "methodName" : "deleteLifecyclePolicy", "operationName" : "DeleteLifecyclePolicy", "paginated" : false, "returnType" : { "returnType" : "DeleteLifecyclePolicyResponse", "documentation" : null }, "syncReturnType" : "DeleteLifecyclePolicyResponse" }, "DeleteRepository" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an existing image repository. If a repository contains images, you must use the force option to delete it.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotEmptyException", "documentation" : "

The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteRepositoryRequest", "variableName" : "deleteRepositoryRequest", "variableType" : "DeleteRepositoryRequest", "documentation" : "", "simpleType" : "DeleteRepositoryRequest", "variableSetterType" : "DeleteRepositoryRequest" }, "methodName" : "deleteRepository", "operationName" : "DeleteRepository", "paginated" : false, "returnType" : { "returnType" : "DeleteRepositoryResponse", "documentation" : null }, "syncReturnType" : "DeleteRepositoryResponse" }, "DeleteRepositoryPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the repository policy from a specified repository.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryPolicyNotFoundException", "documentation" : "

The specified repository and registry combination does not have an associated repository policy.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteRepositoryPolicyRequest", "variableName" : "deleteRepositoryPolicyRequest", "variableType" : "DeleteRepositoryPolicyRequest", "documentation" : "", "simpleType" : "DeleteRepositoryPolicyRequest", "variableSetterType" : "DeleteRepositoryPolicyRequest" }, "methodName" : "deleteRepositoryPolicy", "operationName" : "DeleteRepositoryPolicy", "paginated" : false, "returnType" : { "returnType" : "DeleteRepositoryPolicyResponse", "documentation" : null }, "syncReturnType" : "DeleteRepositoryPolicyResponse" }, "DescribeImageScanFindings" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the image scan findings for the specified image.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "ImageNotFoundException", "documentation" : "

The image requested does not exist in the specified repository.

", "httpStatusCode" : null }, { "exceptionName" : "ScanNotFoundException", "documentation" : "

The specified image scan could not be found. Ensure that image scanning is enabled on the repository and try again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeImageScanFindingsRequest", "variableName" : "describeImageScanFindingsRequest", "variableType" : "DescribeImageScanFindingsRequest", "documentation" : "", "simpleType" : "DescribeImageScanFindingsRequest", "variableSetterType" : "DescribeImageScanFindingsRequest" }, "methodName" : "describeImageScanFindings", "operationName" : "DescribeImageScanFindings", "paginated" : true, "returnType" : { "returnType" : "DescribeImageScanFindingsResponse", "documentation" : null }, "syncReturnType" : "DescribeImageScanFindingsResponse" }, "DescribeImages" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns metadata about the images in a repository, including image size, image tags, and creation date.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "ImageNotFoundException", "documentation" : "

The image requested does not exist in the specified repository.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeImagesRequest", "variableName" : "describeImagesRequest", "variableType" : "DescribeImagesRequest", "documentation" : "", "simpleType" : "DescribeImagesRequest", "variableSetterType" : "DescribeImagesRequest" }, "methodName" : "describeImages", "operationName" : "DescribeImages", "paginated" : true, "returnType" : { "returnType" : "DescribeImagesResponse", "documentation" : null }, "syncReturnType" : "DescribeImagesResponse" }, "DescribeRepositories" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes image repositories in a registry.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeRepositoriesRequest", "variableName" : "describeRepositoriesRequest", "variableType" : "DescribeRepositoriesRequest", "documentation" : "", "simpleType" : "DescribeRepositoriesRequest", "variableSetterType" : "DescribeRepositoriesRequest" }, "methodName" : "describeRepositories", "operationName" : "DescribeRepositories", "paginated" : true, "returnType" : { "returnType" : "DescribeRepositoriesResponse", "documentation" : null }, "syncReturnType" : "DescribeRepositoriesResponse" }, "GetAuthorizationToken" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a token that is valid for a specified registry for 12 hours. This command allows you to use the docker CLI to push and pull images with Amazon ECR. If you do not specify a registry, the default registry is assumed.

The authorizationToken returned for each registry specified is a base64 encoded string that can be decoded and used in a docker login command to authenticate to a registry. The AWS CLI offers an aws ecr get-login command that simplifies the login process.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAuthorizationTokenRequest", "variableName" : "getAuthorizationTokenRequest", "variableType" : "GetAuthorizationTokenRequest", "documentation" : "", "simpleType" : "GetAuthorizationTokenRequest", "variableSetterType" : "GetAuthorizationTokenRequest" }, "methodName" : "getAuthorizationToken", "operationName" : "GetAuthorizationToken", "paginated" : false, "returnType" : { "returnType" : "GetAuthorizationTokenResponse", "documentation" : null }, "syncReturnType" : "GetAuthorizationTokenResponse" }, "GetDownloadUrlForLayer" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "LayersNotFoundException", "documentation" : "

The specified layers could not be found, or the specified layer is not valid for this repository.

", "httpStatusCode" : null }, { "exceptionName" : "LayerInaccessibleException", "documentation" : "

The specified layer is not available because it is not associated with an image. Unassociated image layers may be cleaned up at any time.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetDownloadUrlForLayerRequest", "variableName" : "getDownloadUrlForLayerRequest", "variableType" : "GetDownloadUrlForLayerRequest", "documentation" : "", "simpleType" : "GetDownloadUrlForLayerRequest", "variableSetterType" : "GetDownloadUrlForLayerRequest" }, "methodName" : "getDownloadUrlForLayer", "operationName" : "GetDownloadUrlForLayer", "paginated" : false, "returnType" : { "returnType" : "GetDownloadUrlForLayerResponse", "documentation" : null }, "syncReturnType" : "GetDownloadUrlForLayerResponse" }, "GetLifecyclePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the specified lifecycle policy.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "LifecyclePolicyNotFoundException", "documentation" : "

The lifecycle policy could not be found, and no policy is set to the repository.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetLifecyclePolicyRequest", "variableName" : "getLifecyclePolicyRequest", "variableType" : "GetLifecyclePolicyRequest", "documentation" : "", "simpleType" : "GetLifecyclePolicyRequest", "variableSetterType" : "GetLifecyclePolicyRequest" }, "methodName" : "getLifecyclePolicy", "operationName" : "GetLifecyclePolicy", "paginated" : false, "returnType" : { "returnType" : "GetLifecyclePolicyResponse", "documentation" : null }, "syncReturnType" : "GetLifecyclePolicyResponse" }, "GetLifecyclePolicyPreview" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the results of the specified lifecycle policy preview request.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "LifecyclePolicyPreviewNotFoundException", "documentation" : "

There is no dry run for this repository.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetLifecyclePolicyPreviewRequest", "variableName" : "getLifecyclePolicyPreviewRequest", "variableType" : "GetLifecyclePolicyPreviewRequest", "documentation" : "", "simpleType" : "GetLifecyclePolicyPreviewRequest", "variableSetterType" : "GetLifecyclePolicyPreviewRequest" }, "methodName" : "getLifecyclePolicyPreview", "operationName" : "GetLifecyclePolicyPreview", "paginated" : true, "returnType" : { "returnType" : "GetLifecyclePolicyPreviewResponse", "documentation" : null }, "syncReturnType" : "GetLifecyclePolicyPreviewResponse" }, "GetRepositoryPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the repository policy for a specified repository.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryPolicyNotFoundException", "documentation" : "

The specified repository and registry combination does not have an associated repository policy.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetRepositoryPolicyRequest", "variableName" : "getRepositoryPolicyRequest", "variableType" : "GetRepositoryPolicyRequest", "documentation" : "", "simpleType" : "GetRepositoryPolicyRequest", "variableSetterType" : "GetRepositoryPolicyRequest" }, "methodName" : "getRepositoryPolicy", "operationName" : "GetRepositoryPolicy", "paginated" : false, "returnType" : { "returnType" : "GetRepositoryPolicyResponse", "documentation" : null }, "syncReturnType" : "GetRepositoryPolicyResponse" }, "InitiateLayerUpload" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Notify Amazon ECR that you intend to upload an image layer.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "InitiateLayerUploadRequest", "variableName" : "initiateLayerUploadRequest", "variableType" : "InitiateLayerUploadRequest", "documentation" : "", "simpleType" : "InitiateLayerUploadRequest", "variableSetterType" : "InitiateLayerUploadRequest" }, "methodName" : "initiateLayerUpload", "operationName" : "InitiateLayerUpload", "paginated" : false, "returnType" : { "returnType" : "InitiateLayerUploadResponse", "documentation" : null }, "syncReturnType" : "InitiateLayerUploadResponse" }, "ListImages" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all the image IDs for a given repository.

You can filter images based on whether or not they are tagged by setting the tagStatus parameter to TAGGED or UNTAGGED. For example, you can filter your results to return only UNTAGGED images and then pipe that result to a BatchDeleteImage operation to delete them. Or, you can filter your results to return only TAGGED images to list all of the tags in your repository.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListImagesRequest", "variableName" : "listImagesRequest", "variableType" : "ListImagesRequest", "documentation" : "", "simpleType" : "ListImagesRequest", "variableSetterType" : "ListImagesRequest" }, "methodName" : "listImages", "operationName" : "ListImages", "paginated" : true, "returnType" : { "returnType" : "ListImagesResponse", "documentation" : null }, "syncReturnType" : "ListImagesResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List the tags for an Amazon ECR resource.

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

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null } ], "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" }, "PutImage" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates the image manifest and tags associated with an image.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "ImageAlreadyExistsException", "documentation" : "

The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.

", "httpStatusCode" : null }, { "exceptionName" : "LayersNotFoundException", "documentation" : "

The specified layers could not be found, or the specified layer is not valid for this repository.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon Elastic Container Registry User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ImageTagAlreadyExistsException", "documentation" : "

The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutImageRequest", "variableName" : "putImageRequest", "variableType" : "PutImageRequest", "documentation" : "", "simpleType" : "PutImageRequest", "variableSetterType" : "PutImageRequest" }, "methodName" : "putImage", "operationName" : "PutImage", "paginated" : false, "returnType" : { "returnType" : "PutImageResponse", "documentation" : null }, "syncReturnType" : "PutImageResponse" }, "PutImageScanningConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the image scanning configuration for a repository.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutImageScanningConfigurationRequest", "variableName" : "putImageScanningConfigurationRequest", "variableType" : "PutImageScanningConfigurationRequest", "documentation" : "", "simpleType" : "PutImageScanningConfigurationRequest", "variableSetterType" : "PutImageScanningConfigurationRequest" }, "methodName" : "putImageScanningConfiguration", "operationName" : "PutImageScanningConfiguration", "paginated" : false, "returnType" : { "returnType" : "PutImageScanningConfigurationResponse", "documentation" : null }, "syncReturnType" : "PutImageScanningConfigurationResponse" }, "PutImageTagMutability" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the image tag mutability settings for a repository. When a repository is configured with tag immutability, all image tags within the repository will be prevented them from being overwritten. For more information, see Image Tag Mutability in the Amazon Elastic Container Registry User Guide.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutImageTagMutabilityRequest", "variableName" : "putImageTagMutabilityRequest", "variableType" : "PutImageTagMutabilityRequest", "documentation" : "", "simpleType" : "PutImageTagMutabilityRequest", "variableSetterType" : "PutImageTagMutabilityRequest" }, "methodName" : "putImageTagMutability", "operationName" : "PutImageTagMutability", "paginated" : false, "returnType" : { "returnType" : "PutImageTagMutabilityResponse", "documentation" : null }, "syncReturnType" : "PutImageTagMutabilityResponse" }, "PutLifecyclePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a lifecycle policy. For information about lifecycle policy syntax, see Lifecycle Policy Template.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutLifecyclePolicyRequest", "variableName" : "putLifecyclePolicyRequest", "variableType" : "PutLifecyclePolicyRequest", "documentation" : "", "simpleType" : "PutLifecyclePolicyRequest", "variableSetterType" : "PutLifecyclePolicyRequest" }, "methodName" : "putLifecyclePolicy", "operationName" : "PutLifecyclePolicy", "paginated" : false, "returnType" : { "returnType" : "PutLifecyclePolicyResponse", "documentation" : null }, "syncReturnType" : "PutLifecyclePolicyResponse" }, "SetRepositoryPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Applies a repository policy on a specified repository to control access permissions. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetRepositoryPolicyRequest", "variableName" : "setRepositoryPolicyRequest", "variableType" : "SetRepositoryPolicyRequest", "documentation" : "", "simpleType" : "SetRepositoryPolicyRequest", "variableSetterType" : "SetRepositoryPolicyRequest" }, "methodName" : "setRepositoryPolicy", "operationName" : "SetRepositoryPolicy", "paginated" : false, "returnType" : { "returnType" : "SetRepositoryPolicyResponse", "documentation" : null }, "syncReturnType" : "SetRepositoryPolicyResponse" }, "StartImageScan" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts an image vulnerability scan. An image scan can only be started once per day on an individual image. This limit includes if an image was scanned on initial push. For more information, see Image Scanning in the Amazon Elastic Container Registry User Guide.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "ImageNotFoundException", "documentation" : "

The image requested does not exist in the specified repository.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartImageScanRequest", "variableName" : "startImageScanRequest", "variableType" : "StartImageScanRequest", "documentation" : "", "simpleType" : "StartImageScanRequest", "variableSetterType" : "StartImageScanRequest" }, "methodName" : "startImageScan", "operationName" : "StartImageScan", "paginated" : false, "returnType" : { "returnType" : "StartImageScanResponse", "documentation" : null }, "syncReturnType" : "StartImageScanResponse" }, "StartLifecyclePolicyPreview" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts a preview of the specified lifecycle policy. This allows you to see the results before creating the lifecycle policy.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "LifecyclePolicyNotFoundException", "documentation" : "

The lifecycle policy could not be found, and no policy is set to the repository.

", "httpStatusCode" : null }, { "exceptionName" : "LifecyclePolicyPreviewInProgressException", "documentation" : "

The previous lifecycle policy preview request has not completed. Please try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartLifecyclePolicyPreviewRequest", "variableName" : "startLifecyclePolicyPreviewRequest", "variableType" : "StartLifecyclePolicyPreviewRequest", "documentation" : "", "simpleType" : "StartLifecyclePolicyPreviewRequest", "variableSetterType" : "StartLifecyclePolicyPreviewRequest" }, "methodName" : "startLifecyclePolicyPreview", "operationName" : "StartLifecyclePolicyPreview", "paginated" : false, "returnType" : { "returnType" : "StartLifecyclePolicyPreviewResponse", "documentation" : null }, "syncReturnType" : "StartLifecyclePolicyPreviewResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds specified tags to a resource with the specified ARN. Existing tags on a resource are not changed if they are not specified in the request parameters.

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

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTagParameterException", "documentation" : "

An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyTagsException", "documentation" : "

The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null } ], "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" : "

Deletes specified tags from a resource.

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

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTagParameterException", "documentation" : "

An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyTagsException", "documentation" : "

The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null } ], "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" }, "UploadLayerPart" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Uploads an image layer part to Amazon ECR.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

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

These errors are usually caused by a server-side issue.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidLayerPartException", "documentation" : "

The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.

", "httpStatusCode" : null }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "httpStatusCode" : null }, { "exceptionName" : "UploadNotFoundException", "documentation" : "

The upload could not be found, or the specified upload id is not valid for this repository.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon Elastic Container Registry User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UploadLayerPartRequest", "variableName" : "uploadLayerPartRequest", "variableType" : "UploadLayerPartRequest", "documentation" : "", "simpleType" : "UploadLayerPartRequest", "variableSetterType" : "UploadLayerPartRequest" }, "methodName" : "uploadLayerPart", "operationName" : "UploadLayerPart", "paginated" : false, "returnType" : { "returnType" : "UploadLayerPartResponse", "documentation" : null }, "syncReturnType" : "UploadLayerPartResponse" } }, "shapes" : { "Attribute" : { "c2jName" : "Attribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

This data type is used in the ImageScanFinding data type.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

The attribute key.

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

The attribute key.

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

The attribute key.

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

The attribute key.

\n@return The attribute key.", "getterModel" : { "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" : "

The attribute key.

\n@param key The attribute key.", "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" : "

The attribute key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value assigned to the attribute key.

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

The value assigned to the attribute key.

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

The value assigned to the attribute key.

\n@param value The value assigned to the attribute key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value assigned to the attribute key.

\n@return The value assigned to the attribute key.", "getterModel" : { "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" : "

The value assigned to the attribute key.

\n@param value The value assigned to the attribute key.", "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" : "

The value assigned to the attribute key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

The attribute key.

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

The attribute key.

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

The attribute key.

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

The attribute key.

\n@return The attribute key.", "getterModel" : { "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" : "

The attribute key.

\n@param key The attribute key.", "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" : "

The attribute key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value assigned to the attribute key.

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

The value assigned to the attribute key.

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

The value assigned to the attribute key.

\n@param value The value assigned to the attribute key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value assigned to the attribute key.

\n@return The value assigned to the attribute key.", "getterModel" : { "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" : "

The value assigned to the attribute key.

\n@param value The value assigned to the attribute key.", "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" : "

The value assigned to the attribute key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

The attribute key.

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

The attribute key.

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

The attribute key.

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

The attribute key.

\n@return The attribute key.", "getterModel" : { "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" : "

The attribute key.

\n@param key The attribute key.", "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" : "

The attribute key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value assigned to the attribute key.

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

The value assigned to the attribute key.

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

The value assigned to the attribute key.

\n@param value The value assigned to the attribute key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value assigned to the attribute key.

\n@return The value assigned to the attribute key.", "getterModel" : { "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" : "

The value assigned to the attribute key.

\n@param value The value assigned to the attribute key.", "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" : "

The value assigned to the attribute key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "key" ], "shapeName" : "Attribute", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "attribute", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "wrapper" : false, "xmlNamespace" : null }, "AuthorizationData" : { "c2jName" : "AuthorizationData", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object representing authorization data for an Amazon ECR registry.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAuthorizationToken", "beanStyleSetterMethodName" : "setAuthorizationToken", "c2jName" : "authorizationToken", "c2jShape" : "Base64", "defaultConsumerFluentSetterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

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

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

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

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationToken", "getterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@return A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "authorizationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthorizationToken", "sensitive" : false, "setterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.", "setterMethodName" : "setAuthorizationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpiresAt", "beanStyleSetterMethodName" : "setExpiresAt", "c2jName" : "expiresAt", "c2jShape" : "ExpirationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\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 #expiresAt(Instant)}.\n@param expiresAt 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 #expiresAt(Instant)", "deprecated" : false, "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

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

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiresAt", "getterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@return The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.", "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" : "expiresAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiresAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ExpiresAt", "sensitive" : false, "setterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.", "setterMethodName" : "setExpiresAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expiresAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expiresAt", "variableType" : "java.time.Instant", "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProxyEndpoint", "beanStyleSetterMethodName" : "setProxyEndpoint", "c2jName" : "proxyEndpoint", "c2jShape" : "ProxyEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

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

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

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

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "proxyEndpoint", "getterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@return The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "proxyEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "proxyEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProxyEndpoint", "sensitive" : false, "setterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..", "setterMethodName" : "setProxyEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthorizationToken" : { "beanStyleGetterMethodName" : "getAuthorizationToken", "beanStyleSetterMethodName" : "setAuthorizationToken", "c2jName" : "authorizationToken", "c2jShape" : "Base64", "defaultConsumerFluentSetterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

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

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

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

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationToken", "getterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@return A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "authorizationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthorizationToken", "sensitive" : false, "setterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.", "setterMethodName" : "setAuthorizationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ExpiresAt" : { "beanStyleGetterMethodName" : "getExpiresAt", "beanStyleSetterMethodName" : "setExpiresAt", "c2jName" : "expiresAt", "c2jShape" : "ExpirationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\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 #expiresAt(Instant)}.\n@param expiresAt 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 #expiresAt(Instant)", "deprecated" : false, "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

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

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiresAt", "getterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@return The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.", "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" : "expiresAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiresAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ExpiresAt", "sensitive" : false, "setterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.", "setterMethodName" : "setExpiresAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expiresAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expiresAt", "variableType" : "java.time.Instant", "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProxyEndpoint" : { "beanStyleGetterMethodName" : "getProxyEndpoint", "beanStyleSetterMethodName" : "setProxyEndpoint", "c2jName" : "proxyEndpoint", "c2jShape" : "ProxyEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

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

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

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

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "proxyEndpoint", "getterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@return The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "proxyEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "proxyEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProxyEndpoint", "sensitive" : false, "setterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..", "setterMethodName" : "setProxyEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAuthorizationToken", "beanStyleSetterMethodName" : "setAuthorizationToken", "c2jName" : "authorizationToken", "c2jShape" : "Base64", "defaultConsumerFluentSetterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

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

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

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

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationToken", "getterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@return A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "authorizationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthorizationToken", "sensitive" : false, "setterDocumentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.", "setterMethodName" : "setAuthorizationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpiresAt", "beanStyleSetterMethodName" : "setExpiresAt", "c2jName" : "expiresAt", "c2jShape" : "ExpirationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\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 #expiresAt(Instant)}.\n@param expiresAt 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 #expiresAt(Instant)", "deprecated" : false, "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

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

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiresAt", "getterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@return The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.", "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" : "expiresAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiresAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ExpiresAt", "sensitive" : false, "setterDocumentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.", "setterMethodName" : "setExpiresAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expiresAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expiresAt", "variableType" : "java.time.Instant", "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProxyEndpoint", "beanStyleSetterMethodName" : "setProxyEndpoint", "c2jName" : "proxyEndpoint", "c2jShape" : "ProxyEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

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

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

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

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "proxyEndpoint", "getterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@return The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "proxyEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "proxyEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProxyEndpoint", "sensitive" : false, "setterDocumentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..", "setterMethodName" : "setProxyEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AuthorizationData", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "authorizationData", "variableType" : "AuthorizationData", "documentation" : null, "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "wrapper" : false, "xmlNamespace" : null }, "BatchCheckLayerAvailabilityRequest" : { "c2jName" : "BatchCheckLayerAvailabilityRequest", "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" : "BatchCheckLayerAvailability", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.BatchCheckLayerAvailability", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the image layers to check.

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

The name of the repository that is associated with the image layers to check.

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

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the image layers to check.

\n@return The name of the repository that is associated with the image layers to check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layers to check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigests", "beanStyleSetterMethodName" : "setLayerDigests", "c2jName" : "layerDigests", "c2jShape" : "BatchedOperationLayerDigestList", "defaultConsumerFluentSetterDocumentation" : "

The digests of the image layers to check.

\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 #layerDigests(List)}.\n@param layerDigests 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 #layerDigests(List)", "deprecated" : false, "documentation" : "

The digests of the image layers to check.

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

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigests", "getterDocumentation" : "

The digests of the image layers to check.

\n

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

\n@return The digests of the image layers to check.", "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" : "layerDigests", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchedOperationLayerDigest", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LayerDigests", "sensitive" : false, "setterDocumentation" : "

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.", "setterMethodName" : "setLayerDigests", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The digests of the image layers to check.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigests" : { "beanStyleGetterMethodName" : "getLayerDigests", "beanStyleSetterMethodName" : "setLayerDigests", "c2jName" : "layerDigests", "c2jShape" : "BatchedOperationLayerDigestList", "defaultConsumerFluentSetterDocumentation" : "

The digests of the image layers to check.

\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 #layerDigests(List)}.\n@param layerDigests 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 #layerDigests(List)", "deprecated" : false, "documentation" : "

The digests of the image layers to check.

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

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigests", "getterDocumentation" : "

The digests of the image layers to check.

\n

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

\n@return The digests of the image layers to check.", "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" : "layerDigests", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchedOperationLayerDigest", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LayerDigests", "sensitive" : false, "setterDocumentation" : "

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.", "setterMethodName" : "setLayerDigests", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The digests of the image layers to check.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the image layers to check.

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

The name of the repository that is associated with the image layers to check.

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

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the image layers to check.

\n@return The name of the repository that is associated with the image layers to check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layers to check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the image layers to check.

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

The name of the repository that is associated with the image layers to check.

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

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the image layers to check.

\n@return The name of the repository that is associated with the image layers to check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layers to check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigests", "beanStyleSetterMethodName" : "setLayerDigests", "c2jName" : "layerDigests", "c2jShape" : "BatchedOperationLayerDigestList", "defaultConsumerFluentSetterDocumentation" : "

The digests of the image layers to check.

\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 #layerDigests(List)}.\n@param layerDigests 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 #layerDigests(List)", "deprecated" : false, "documentation" : "

The digests of the image layers to check.

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

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigests", "getterDocumentation" : "

The digests of the image layers to check.

\n

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

\n@return The digests of the image layers to check.", "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" : "layerDigests", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchedOperationLayerDigest", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LayerDigests", "sensitive" : false, "setterDocumentation" : "

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.", "setterMethodName" : "setLayerDigests", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The digests of the image layers to check.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "layerDigests" ], "shapeName" : "BatchCheckLayerAvailabilityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchCheckLayerAvailabilityRequest", "variableName" : "batchCheckLayerAvailabilityRequest", "variableType" : "BatchCheckLayerAvailabilityRequest", "documentation" : null, "simpleType" : "BatchCheckLayerAvailabilityRequest", "variableSetterType" : "BatchCheckLayerAvailabilityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "BatchCheckLayerAvailabilityResponse" : { "c2jName" : "BatchCheckLayerAvailabilityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getLayers", "beanStyleSetterMethodName" : "setLayers", "c2jName" : "layers", "c2jShape" : "LayerList", "defaultConsumerFluentSetterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\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 #layers(List)}.\n@param layers 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 #layers(List)", "deprecated" : false, "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

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

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layers", "getterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\n

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

\n@return A list of image layer objects corresponding to the image layer references in the request.", "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" : "layers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Layer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Layer.Builder} avoiding the need to create one manually via {@link Layer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Layer.Builder#build()} is called immediately and its result is passed to {@link #member(Layer)}.\n@param member a consumer that will call methods on {@link Layer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Layer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Layer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : null, "simpleType" : "Layer", "variableSetterType" : "Layer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : "", "simpleType" : "Layer", "variableSetterType" : "Layer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Layer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Layer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Layers", "sensitive" : false, "setterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.", "setterMethodName" : "setLayers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "LayerFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LayerFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LayerFailure.Builder} avoiding the need to create one manually via {@link LayerFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link LayerFailure.Builder#build()} is called immediately and its result is passed to {@link #member(LayerFailure)}.\n@param member a consumer that will call methods on {@link LayerFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LayerFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LayerFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : null, "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : "", "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LayerFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LayerFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failures" : { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "LayerFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LayerFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LayerFailure.Builder} avoiding the need to create one manually via {@link LayerFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link LayerFailure.Builder#build()} is called immediately and its result is passed to {@link #member(LayerFailure)}.\n@param member a consumer that will call methods on {@link LayerFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LayerFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LayerFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : null, "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : "", "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LayerFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LayerFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Layers" : { "beanStyleGetterMethodName" : "getLayers", "beanStyleSetterMethodName" : "setLayers", "c2jName" : "layers", "c2jShape" : "LayerList", "defaultConsumerFluentSetterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\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 #layers(List)}.\n@param layers 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 #layers(List)", "deprecated" : false, "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

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

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layers", "getterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\n

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

\n@return A list of image layer objects corresponding to the image layer references in the request.", "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" : "layers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Layer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Layer.Builder} avoiding the need to create one manually via {@link Layer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Layer.Builder#build()} is called immediately and its result is passed to {@link #member(Layer)}.\n@param member a consumer that will call methods on {@link Layer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Layer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Layer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : null, "simpleType" : "Layer", "variableSetterType" : "Layer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : "", "simpleType" : "Layer", "variableSetterType" : "Layer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Layer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Layer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Layers", "sensitive" : false, "setterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.", "setterMethodName" : "setLayers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLayers", "beanStyleSetterMethodName" : "setLayers", "c2jName" : "layers", "c2jShape" : "LayerList", "defaultConsumerFluentSetterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\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 #layers(List)}.\n@param layers 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 #layers(List)", "deprecated" : false, "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

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

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layers", "getterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\n

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

\n@return A list of image layer objects corresponding to the image layer references in the request.", "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" : "layers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Layer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Layer.Builder} avoiding the need to create one manually via {@link Layer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Layer.Builder#build()} is called immediately and its result is passed to {@link #member(Layer)}.\n@param member a consumer that will call methods on {@link Layer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Layer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Layer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : null, "simpleType" : "Layer", "variableSetterType" : "Layer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : "", "simpleType" : "Layer", "variableSetterType" : "Layer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Layer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Layer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Layers", "sensitive" : false, "setterDocumentation" : "

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.", "setterMethodName" : "setLayers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "LayerFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LayerFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LayerFailure.Builder} avoiding the need to create one manually via {@link LayerFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link LayerFailure.Builder#build()} is called immediately and its result is passed to {@link #member(LayerFailure)}.\n@param member a consumer that will call methods on {@link LayerFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LayerFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LayerFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : null, "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : "", "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LayerFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LayerFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchCheckLayerAvailabilityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchCheckLayerAvailabilityResponse", "variableName" : "batchCheckLayerAvailabilityResponse", "variableType" : "BatchCheckLayerAvailabilityResponse", "documentation" : null, "simpleType" : "BatchCheckLayerAvailabilityResponse", "variableSetterType" : "BatchCheckLayerAvailabilityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "BatchDeleteImageRequest" : { "c2jName" : "BatchDeleteImageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Deletes specified images within a specified repository. Images are specified with either the imageTag or imageDigest.

", "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" : "BatchDeleteImage", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.BatchDeleteImage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the image to delete.

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

The repository that contains the image to delete.

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

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the image to delete.

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

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the image to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

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

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

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

\n@return A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageIds" : { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

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

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

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

\n@return A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the image to delete.

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

The repository that contains the image to delete.

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

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the image to delete.

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

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the image to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the image to delete.

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

The repository that contains the image to delete.

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

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the image to delete.

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

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the image to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

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

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

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

\n@return A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "imageIds" ], "shapeName" : "BatchDeleteImageRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchDeleteImageRequest", "variableName" : "batchDeleteImageRequest", "variableType" : "BatchDeleteImageRequest", "documentation" : null, "simpleType" : "BatchDeleteImageRequest", "variableSetterType" : "BatchDeleteImageRequest" }, "wrapper" : false, "xmlNamespace" : null }, "BatchDeleteImageResponse" : { "c2jName" : "BatchDeleteImageResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The image IDs of the deleted images.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The image IDs of the deleted images.

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

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The image IDs of the deleted images.

\n

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

\n@return The image IDs of the deleted images.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The image IDs of the deleted images.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "ImageFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageFailure.Builder} avoiding the need to create one manually via {@link ImageFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageFailure.Builder#build()} is called immediately and its result is passed to {@link #member(ImageFailure)}.\n@param member a consumer that will call methods on {@link ImageFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failures" : { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "ImageFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageFailure.Builder} avoiding the need to create one manually via {@link ImageFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageFailure.Builder#build()} is called immediately and its result is passed to {@link #member(ImageFailure)}.\n@param member a consumer that will call methods on {@link ImageFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageIds" : { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The image IDs of the deleted images.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The image IDs of the deleted images.

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

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The image IDs of the deleted images.

\n

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

\n@return The image IDs of the deleted images.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The image IDs of the deleted images.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The image IDs of the deleted images.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The image IDs of the deleted images.

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

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The image IDs of the deleted images.

\n

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

\n@return The image IDs of the deleted images.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The image IDs of the deleted images.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "ImageFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageFailure.Builder} avoiding the need to create one manually via {@link ImageFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageFailure.Builder#build()} is called immediately and its result is passed to {@link #member(ImageFailure)}.\n@param member a consumer that will call methods on {@link ImageFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchDeleteImageResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDeleteImageResponse", "variableName" : "batchDeleteImageResponse", "variableType" : "BatchDeleteImageResponse", "documentation" : null, "simpleType" : "BatchDeleteImageResponse", "variableSetterType" : "BatchDeleteImageResponse" }, "wrapper" : false, "xmlNamespace" : null }, "BatchGetImageRequest" : { "c2jName" : "BatchGetImageRequest", "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" : "BatchGetImage", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.BatchGetImage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

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

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

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

\n@return A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAcceptedMediaTypes", "beanStyleSetterMethodName" : "setAcceptedMediaTypes", "c2jName" : "acceptedMediaTypes", "c2jShape" : "MediaTypeList", "defaultConsumerFluentSetterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\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 #acceptedMediaTypes(List)}.\n@param acceptedMediaTypes 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 #acceptedMediaTypes(List)", "deprecated" : false, "documentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

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

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n@param acceptedMediaTypes The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceptedMediaTypes", "getterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n

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

\n@return The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json", "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" : "acceptedMediaTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "acceptedMediaTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MediaType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AcceptedMediaTypes", "sensitive" : false, "setterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n@param acceptedMediaTypes The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json", "setterMethodName" : "setAcceptedMediaTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "acceptedMediaTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "acceptedMediaTypes", "variableType" : "java.util.List", "documentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceptedMediaTypes" : { "beanStyleGetterMethodName" : "getAcceptedMediaTypes", "beanStyleSetterMethodName" : "setAcceptedMediaTypes", "c2jName" : "acceptedMediaTypes", "c2jShape" : "MediaTypeList", "defaultConsumerFluentSetterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\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 #acceptedMediaTypes(List)}.\n@param acceptedMediaTypes 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 #acceptedMediaTypes(List)", "deprecated" : false, "documentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

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

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n@param acceptedMediaTypes The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceptedMediaTypes", "getterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n

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

\n@return The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json", "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" : "acceptedMediaTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "acceptedMediaTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MediaType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AcceptedMediaTypes", "sensitive" : false, "setterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n@param acceptedMediaTypes The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json", "setterMethodName" : "setAcceptedMediaTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "acceptedMediaTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "acceptedMediaTypes", "variableType" : "java.util.List", "documentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageIds" : { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

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

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

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

\n@return A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

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

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

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

\n@return A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAcceptedMediaTypes", "beanStyleSetterMethodName" : "setAcceptedMediaTypes", "c2jName" : "acceptedMediaTypes", "c2jShape" : "MediaTypeList", "defaultConsumerFluentSetterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\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 #acceptedMediaTypes(List)}.\n@param acceptedMediaTypes 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 #acceptedMediaTypes(List)", "deprecated" : false, "documentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

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

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n@param acceptedMediaTypes The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceptedMediaTypes", "getterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n

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

\n@return The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json", "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" : "acceptedMediaTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "acceptedMediaTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MediaType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AcceptedMediaTypes", "sensitive" : false, "setterDocumentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

\n@param acceptedMediaTypes The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json", "setterMethodName" : "setAcceptedMediaTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "acceptedMediaTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "acceptedMediaTypes", "variableType" : "java.util.List", "documentation" : "

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "imageIds" ], "shapeName" : "BatchGetImageRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchGetImageRequest", "variableName" : "batchGetImageRequest", "variableType" : "BatchGetImageRequest", "documentation" : null, "simpleType" : "BatchGetImageRequest", "variableSetterType" : "BatchGetImageRequest" }, "wrapper" : false, "xmlNamespace" : null }, "BatchGetImageResponse" : { "c2jName" : "BatchGetImageResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImages", "beanStyleSetterMethodName" : "setImages", "c2jName" : "images", "c2jShape" : "ImageList", "defaultConsumerFluentSetterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\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 #images(List)}.\n@param images 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 #images(List)", "deprecated" : false, "documentation" : "

A list of image objects corresponding to the image references in the request.

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

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "images", "getterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\n

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

\n@return A list of image objects corresponding to the image references in the request.", "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" : "images", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "images", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #member(Image)}.\n@param member a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Image)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Image", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Image", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Images", "sensitive" : false, "setterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.", "setterMethodName" : "setImages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "

A list of image objects corresponding to the image references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "ImageFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageFailure.Builder} avoiding the need to create one manually via {@link ImageFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageFailure.Builder#build()} is called immediately and its result is passed to {@link #member(ImageFailure)}.\n@param member a consumer that will call methods on {@link ImageFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failures" : { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "ImageFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageFailure.Builder} avoiding the need to create one manually via {@link ImageFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageFailure.Builder#build()} is called immediately and its result is passed to {@link #member(ImageFailure)}.\n@param member a consumer that will call methods on {@link ImageFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Images" : { "beanStyleGetterMethodName" : "getImages", "beanStyleSetterMethodName" : "setImages", "c2jName" : "images", "c2jShape" : "ImageList", "defaultConsumerFluentSetterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\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 #images(List)}.\n@param images 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 #images(List)", "deprecated" : false, "documentation" : "

A list of image objects corresponding to the image references in the request.

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

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "images", "getterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\n

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

\n@return A list of image objects corresponding to the image references in the request.", "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" : "images", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "images", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #member(Image)}.\n@param member a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Image)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Image", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Image", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Images", "sensitive" : false, "setterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.", "setterMethodName" : "setImages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "

A list of image objects corresponding to the image references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImages", "beanStyleSetterMethodName" : "setImages", "c2jName" : "images", "c2jShape" : "ImageList", "defaultConsumerFluentSetterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\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 #images(List)}.\n@param images 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 #images(List)", "deprecated" : false, "documentation" : "

A list of image objects corresponding to the image references in the request.

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

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "images", "getterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\n

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

\n@return A list of image objects corresponding to the image references in the request.", "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" : "images", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "images", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #member(Image)}.\n@param member a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Image)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Image", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Image", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Images", "sensitive" : false, "setterDocumentation" : "

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.", "setterMethodName" : "setImages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "

A list of image objects corresponding to the image references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailures", "beanStyleSetterMethodName" : "setFailures", "c2jName" : "failures", "c2jShape" : "ImageFailureList", "defaultConsumerFluentSetterDocumentation" : "

Any failures associated with the call.

\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 #failures(List)}.\n@param failures 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 #failures(List)", "deprecated" : false, "documentation" : "

Any failures associated with the call.

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

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failures", "getterDocumentation" : "

Any failures associated with the call.

\n

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

\n@return Any failures associated with the call.", "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" : "failures", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageFailure", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageFailure.Builder} avoiding the need to create one manually via {@link ImageFailure#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageFailure.Builder#build()} is called immediately and its result is passed to {@link #member(ImageFailure)}.\n@param member a consumer that will call methods on {@link ImageFailure.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageFailure)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Failures", "sensitive" : false, "setterDocumentation" : "

Any failures associated with the call.

\n@param failures Any failures associated with the call.", "setterMethodName" : "setFailures", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchGetImageResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetImageResponse", "variableName" : "batchGetImageResponse", "variableType" : "BatchGetImageResponse", "documentation" : null, "simpleType" : "BatchGetImageResponse", "variableSetterType" : "BatchGetImageResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CompleteLayerUploadRequest" : { "c2jName" : "CompleteLayerUploadRequest", "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" : "CompleteLayerUpload", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.CompleteLayerUpload", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to associate with the image layer.

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

The name of the repository to associate with the image layer.

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

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to associate with the image layer.

\n@return The name of the repository to associate with the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

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

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

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

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigests", "beanStyleSetterMethodName" : "setLayerDigests", "c2jName" : "layerDigests", "c2jShape" : "LayerDigestList", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

\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 #layerDigests(List)}.\n@param layerDigests 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 #layerDigests(List)", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigests", "getterDocumentation" : "

The sha256 digest of the image layer.

\n

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

\n@return The sha256 digest of the image layer.", "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" : "layerDigests", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LayerDigests", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigests", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigests" : { "beanStyleGetterMethodName" : "getLayerDigests", "beanStyleSetterMethodName" : "setLayerDigests", "c2jName" : "layerDigests", "c2jShape" : "LayerDigestList", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

\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 #layerDigests(List)}.\n@param layerDigests 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 #layerDigests(List)", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigests", "getterDocumentation" : "

The sha256 digest of the image layer.

\n

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

\n@return The sha256 digest of the image layer.", "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" : "layerDigests", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LayerDigests", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigests", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to associate with the image layer.

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

The name of the repository to associate with the image layer.

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

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to associate with the image layer.

\n@return The name of the repository to associate with the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

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

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

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

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to associate with the image layer.

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

The name of the repository to associate with the image layer.

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

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to associate with the image layer.

\n@return The name of the repository to associate with the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

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

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

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

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigests", "beanStyleSetterMethodName" : "setLayerDigests", "c2jName" : "layerDigests", "c2jShape" : "LayerDigestList", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

\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 #layerDigests(List)}.\n@param layerDigests 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 #layerDigests(List)", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigests", "getterDocumentation" : "

The sha256 digest of the image layer.

\n

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

\n@return The sha256 digest of the image layer.", "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" : "layerDigests", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LayerDigests", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigests", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "uploadId", "layerDigests" ], "shapeName" : "CompleteLayerUploadRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CompleteLayerUploadRequest", "variableName" : "completeLayerUploadRequest", "variableType" : "CompleteLayerUploadRequest", "documentation" : null, "simpleType" : "CompleteLayerUploadRequest", "variableSetterType" : "CompleteLayerUploadRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CompleteLayerUploadResponse" : { "c2jName" : "CompleteLayerUploadResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the layer.

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

The upload ID associated with the layer.

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

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the layer.

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

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigest" : { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the layer.

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

The upload ID associated with the layer.

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

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the layer.

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

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the layer.

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

The upload ID associated with the layer.

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

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the layer.

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

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The sha256 digest of the image layer.

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

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CompleteLayerUploadResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CompleteLayerUploadResponse", "variableName" : "completeLayerUploadResponse", "variableType" : "CompleteLayerUploadResponse", "documentation" : null, "simpleType" : "CompleteLayerUploadResponse", "variableSetterType" : "CompleteLayerUploadResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateRepositoryRequest" : { "c2jName" : "CreateRepositoryRequest", "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" : "CreateRepository", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.CreateRepository", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

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

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

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

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@return The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

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

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n

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

\n@return The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

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

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n

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

\n@return The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

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

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

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

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@return The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageScanningConfiguration" : { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

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

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

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

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@return The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageTagMutability" : { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

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

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n

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

\n@return The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

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

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

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

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@return The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

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

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n

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

\n@return The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

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

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

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

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@return The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

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

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n

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

\n@return The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

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

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n

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

\n@return The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

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

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

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

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@return The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "CreateRepositoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateRepositoryRequest", "variableName" : "createRepositoryRequest", "variableType" : "CreateRepositoryRequest", "documentation" : null, "simpleType" : "CreateRepositoryRequest", "variableSetterType" : "CreateRepositoryRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateRepositoryResponse" : { "c2jName" : "CreateRepositoryResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

The repository that was created.

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

The repository that was created.

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

The repository that was created.

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

The repository that was created.

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

The repository that was created.

\n@param repository The repository that was created.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "

The repository that was created.

", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Repository" : { "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

The repository that was created.

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

The repository that was created.

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

The repository that was created.

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

The repository that was created.

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

The repository that was created.

\n@param repository The repository that was created.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "

The repository that was created.

", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

The repository that was created.

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

The repository that was created.

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

The repository that was created.

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

The repository that was created.

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

The repository that was created.

\n@param repository The repository that was created.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "

The repository that was created.

", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateRepositoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateRepositoryResponse", "variableName" : "createRepositoryResponse", "variableType" : "CreateRepositoryResponse", "documentation" : null, "simpleType" : "CreateRepositoryResponse", "variableSetterType" : "CreateRepositoryResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLifecyclePolicyRequest" : { "c2jName" : "DeleteLifecyclePolicyRequest", "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" : "DeleteLifecyclePolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DeleteLifecyclePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "DeleteLifecyclePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLifecyclePolicyRequest", "variableName" : "deleteLifecyclePolicyRequest", "variableType" : "DeleteLifecyclePolicyRequest", "documentation" : null, "simpleType" : "DeleteLifecyclePolicyRequest", "variableSetterType" : "DeleteLifecyclePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLifecyclePolicyResponse" : { "c2jName" : "DeleteLifecyclePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastEvaluatedAt", "beanStyleSetterMethodName" : "setLastEvaluatedAt", "c2jName" : "lastEvaluatedAt", "c2jShape" : "EvaluationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\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 #lastEvaluatedAt(Instant)}.\n@param lastEvaluatedAt 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 #lastEvaluatedAt(Instant)", "deprecated" : false, "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

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

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedAt", "getterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@return The time stamp of the last time that the lifecycle policy was run.", "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" : "lastEvaluatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEvaluatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastEvaluatedAt", "sensitive" : false, "setterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.", "setterMethodName" : "setLastEvaluatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastEvaluatedAt" : { "beanStyleGetterMethodName" : "getLastEvaluatedAt", "beanStyleSetterMethodName" : "setLastEvaluatedAt", "c2jName" : "lastEvaluatedAt", "c2jShape" : "EvaluationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\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 #lastEvaluatedAt(Instant)}.\n@param lastEvaluatedAt 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 #lastEvaluatedAt(Instant)", "deprecated" : false, "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

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

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedAt", "getterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@return The time stamp of the last time that the lifecycle policy was run.", "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" : "lastEvaluatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEvaluatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastEvaluatedAt", "sensitive" : false, "setterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.", "setterMethodName" : "setLastEvaluatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LifecyclePolicyText" : { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastEvaluatedAt", "beanStyleSetterMethodName" : "setLastEvaluatedAt", "c2jName" : "lastEvaluatedAt", "c2jShape" : "EvaluationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\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 #lastEvaluatedAt(Instant)}.\n@param lastEvaluatedAt 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 #lastEvaluatedAt(Instant)", "deprecated" : false, "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

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

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedAt", "getterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@return The time stamp of the last time that the lifecycle policy was run.", "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" : "lastEvaluatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEvaluatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastEvaluatedAt", "sensitive" : false, "setterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.", "setterMethodName" : "setLastEvaluatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteLifecyclePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteLifecyclePolicyResponse", "variableName" : "deleteLifecyclePolicyResponse", "variableType" : "DeleteLifecyclePolicyResponse", "documentation" : null, "simpleType" : "DeleteLifecyclePolicyResponse", "variableSetterType" : "DeleteLifecyclePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRepositoryPolicyRequest" : { "c2jName" : "DeleteRepositoryPolicyRequest", "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" : "DeleteRepositoryPolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DeleteRepositoryPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

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

The name of the repository that is associated with the repository policy to delete.

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

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

\n@return The name of the repository that is associated with the repository policy to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the repository policy to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

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

The name of the repository that is associated with the repository policy to delete.

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

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

\n@return The name of the repository that is associated with the repository policy to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the repository policy to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

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

The name of the repository that is associated with the repository policy to delete.

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

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

\n@return The name of the repository that is associated with the repository policy to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the repository policy to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "DeleteRepositoryPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteRepositoryPolicyRequest", "variableName" : "deleteRepositoryPolicyRequest", "variableType" : "DeleteRepositoryPolicyRequest", "documentation" : null, "simpleType" : "DeleteRepositoryPolicyRequest", "variableSetterType" : "DeleteRepositoryPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRepositoryPolicyResponse" : { "c2jName" : "DeleteRepositoryPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy that was deleted from the repository.

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

The JSON repository policy that was deleted from the repository.

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

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy that was deleted from the repository.

\n@return The JSON repository policy that was deleted from the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy that was deleted from the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyText" : { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy that was deleted from the repository.

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

The JSON repository policy that was deleted from the repository.

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

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy that was deleted from the repository.

\n@return The JSON repository policy that was deleted from the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy that was deleted from the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy that was deleted from the repository.

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

The JSON repository policy that was deleted from the repository.

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

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy that was deleted from the repository.

\n@return The JSON repository policy that was deleted from the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy that was deleted from the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteRepositoryPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteRepositoryPolicyResponse", "variableName" : "deleteRepositoryPolicyResponse", "variableType" : "DeleteRepositoryPolicyResponse", "documentation" : null, "simpleType" : "DeleteRepositoryPolicyResponse", "variableSetterType" : "DeleteRepositoryPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRepositoryRequest" : { "c2jName" : "DeleteRepositoryRequest", "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" : "DeleteRepository", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DeleteRepository", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForce", "beanStyleSetterMethodName" : "setForce", "c2jName" : "force", "c2jShape" : "ForceFlag", "defaultConsumerFluentSetterDocumentation" : "

If a repository contains images, forces the deletion.

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

If a repository contains images, forces the deletion.

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

If a repository contains images, forces the deletion.

\n@param force If a repository contains images, forces the deletion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "force", "getterDocumentation" : "

If a repository contains images, forces the deletion.

\n@return If a repository contains images, forces the deletion.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "force", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Force", "sensitive" : false, "setterDocumentation" : "

If a repository contains images, forces the deletion.

\n@param force If a repository contains images, forces the deletion.", "setterMethodName" : "setForce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If a repository contains images, forces the deletion.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Force" : { "beanStyleGetterMethodName" : "getForce", "beanStyleSetterMethodName" : "setForce", "c2jName" : "force", "c2jShape" : "ForceFlag", "defaultConsumerFluentSetterDocumentation" : "

If a repository contains images, forces the deletion.

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

If a repository contains images, forces the deletion.

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

If a repository contains images, forces the deletion.

\n@param force If a repository contains images, forces the deletion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "force", "getterDocumentation" : "

If a repository contains images, forces the deletion.

\n@return If a repository contains images, forces the deletion.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "force", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Force", "sensitive" : false, "setterDocumentation" : "

If a repository contains images, forces the deletion.

\n@param force If a repository contains images, forces the deletion.", "setterMethodName" : "setForce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If a repository contains images, forces the deletion.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

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

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForce", "beanStyleSetterMethodName" : "setForce", "c2jName" : "force", "c2jShape" : "ForceFlag", "defaultConsumerFluentSetterDocumentation" : "

If a repository contains images, forces the deletion.

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

If a repository contains images, forces the deletion.

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

If a repository contains images, forces the deletion.

\n@param force If a repository contains images, forces the deletion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "force", "getterDocumentation" : "

If a repository contains images, forces the deletion.

\n@return If a repository contains images, forces the deletion.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "force", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Force", "sensitive" : false, "setterDocumentation" : "

If a repository contains images, forces the deletion.

\n@param force If a repository contains images, forces the deletion.", "setterMethodName" : "setForce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If a repository contains images, forces the deletion.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "DeleteRepositoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteRepositoryRequest", "variableName" : "deleteRepositoryRequest", "variableType" : "DeleteRepositoryRequest", "documentation" : null, "simpleType" : "DeleteRepositoryRequest", "variableSetterType" : "DeleteRepositoryRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRepositoryResponse" : { "c2jName" : "DeleteRepositoryResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

\n@param repository The repository that was deleted.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "

The repository that was deleted.

", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Repository" : { "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

\n@param repository The repository that was deleted.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "

The repository that was deleted.

", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

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

The repository that was deleted.

\n@param repository The repository that was deleted.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "

The repository that was deleted.

", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteRepositoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteRepositoryResponse", "variableName" : "deleteRepositoryResponse", "variableType" : "DeleteRepositoryResponse", "documentation" : null, "simpleType" : "DeleteRepositoryResponse", "variableSetterType" : "DeleteRepositoryResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeImageScanFindingsRequest" : { "c2jName" : "DescribeImageScanFindingsRequest", "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" : "DescribeImageScanFindings", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DescribeImageScanFindings", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository for the image for which to describe the scan findings.

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

The repository for the image for which to describe the scan findings.

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

The repository for the image for which to describe the scan findings.

\n@param repositoryName The repository for the image for which to describe the scan findings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository for the image for which to describe the scan findings.

\n@return The repository for the image for which to describe the scan findings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository for the image for which to describe the scan findings.

\n@param repositoryName The repository for the image for which to describe the scan findings.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository for the image for which to describe the scan findings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

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

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

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

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@return The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

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

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

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

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageId" : { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

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

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

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

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

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

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

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

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@return The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository for the image for which to describe the scan findings.

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

The repository for the image for which to describe the scan findings.

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

The repository for the image for which to describe the scan findings.

\n@param repositoryName The repository for the image for which to describe the scan findings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository for the image for which to describe the scan findings.

\n@return The repository for the image for which to describe the scan findings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository for the image for which to describe the scan findings.

\n@param repositoryName The repository for the image for which to describe the scan findings.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository for the image for which to describe the scan findings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository for the image for which to describe the scan findings.

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

The repository for the image for which to describe the scan findings.

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

The repository for the image for which to describe the scan findings.

\n@param repositoryName The repository for the image for which to describe the scan findings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository for the image for which to describe the scan findings.

\n@return The repository for the image for which to describe the scan findings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository for the image for which to describe the scan findings.

\n@param repositoryName The repository for the image for which to describe the scan findings.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository for the image for which to describe the scan findings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

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

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

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

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@return The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

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

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

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

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image scan results returned by DescribeImageScanFindings in paginated output. When this parameter is used, DescribeImageScanFindings only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageScanFindings request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageScanFindings returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "imageId" ], "shapeName" : "DescribeImageScanFindingsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeImageScanFindingsRequest", "variableName" : "describeImageScanFindingsRequest", "variableType" : "DescribeImageScanFindingsRequest", "documentation" : null, "simpleType" : "DescribeImageScanFindingsRequest", "variableSetterType" : "DescribeImageScanFindingsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeImageScanFindingsResponse" : { "c2jName" : "DescribeImageScanFindingsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanFindings", "beanStyleSetterMethodName" : "setImageScanFindings", "c2jName" : "imageScanFindings", "c2jShape" : "ImageScanFindings", "defaultConsumerFluentSetterDocumentation" : "

The information contained in the image scan findings.

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

The information contained in the image scan findings.

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

The information contained in the image scan findings.

\n@param imageScanFindings The information contained in the image scan findings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanFindings", "getterDocumentation" : "

The information contained in the image scan findings.

\n@return The information contained in the image scan findings.", "getterModel" : { "returnType" : "ImageScanFindings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanFindings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanFindings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanFindings", "sensitive" : false, "setterDocumentation" : "

The information contained in the image scan findings.

\n@param imageScanFindings The information contained in the image scan findings.", "setterMethodName" : "setImageScanFindings", "setterModel" : { "variableDeclarationType" : "ImageScanFindings", "variableName" : "imageScanFindings", "variableType" : "ImageScanFindings", "documentation" : null, "simpleType" : "ImageScanFindings", "variableSetterType" : "ImageScanFindings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFindings", "variableName" : "imageScanFindings", "variableType" : "ImageScanFindings", "documentation" : "

The information contained in the image scan findings.

", "simpleType" : "ImageScanFindings", "variableSetterType" : "ImageScanFindings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageId" : { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanFindings" : { "beanStyleGetterMethodName" : "getImageScanFindings", "beanStyleSetterMethodName" : "setImageScanFindings", "c2jName" : "imageScanFindings", "c2jShape" : "ImageScanFindings", "defaultConsumerFluentSetterDocumentation" : "

The information contained in the image scan findings.

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

The information contained in the image scan findings.

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

The information contained in the image scan findings.

\n@param imageScanFindings The information contained in the image scan findings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanFindings", "getterDocumentation" : "

The information contained in the image scan findings.

\n@return The information contained in the image scan findings.", "getterModel" : { "returnType" : "ImageScanFindings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanFindings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanFindings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanFindings", "sensitive" : false, "setterDocumentation" : "

The information contained in the image scan findings.

\n@param imageScanFindings The information contained in the image scan findings.", "setterMethodName" : "setImageScanFindings", "setterModel" : { "variableDeclarationType" : "ImageScanFindings", "variableName" : "imageScanFindings", "variableType" : "ImageScanFindings", "documentation" : null, "simpleType" : "ImageScanFindings", "variableSetterType" : "ImageScanFindings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFindings", "variableName" : "imageScanFindings", "variableType" : "ImageScanFindings", "documentation" : "

The information contained in the image scan findings.

", "simpleType" : "ImageScanFindings", "variableSetterType" : "ImageScanFindings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanStatus" : { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanFindings", "beanStyleSetterMethodName" : "setImageScanFindings", "c2jName" : "imageScanFindings", "c2jShape" : "ImageScanFindings", "defaultConsumerFluentSetterDocumentation" : "

The information contained in the image scan findings.

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

The information contained in the image scan findings.

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

The information contained in the image scan findings.

\n@param imageScanFindings The information contained in the image scan findings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanFindings", "getterDocumentation" : "

The information contained in the image scan findings.

\n@return The information contained in the image scan findings.", "getterModel" : { "returnType" : "ImageScanFindings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanFindings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanFindings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanFindings", "sensitive" : false, "setterDocumentation" : "

The information contained in the image scan findings.

\n@param imageScanFindings The information contained in the image scan findings.", "setterMethodName" : "setImageScanFindings", "setterModel" : { "variableDeclarationType" : "ImageScanFindings", "variableName" : "imageScanFindings", "variableType" : "ImageScanFindings", "documentation" : null, "simpleType" : "ImageScanFindings", "variableSetterType" : "ImageScanFindings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFindings", "variableName" : "imageScanFindings", "variableType" : "ImageScanFindings", "documentation" : "

The information contained in the image scan findings.

", "simpleType" : "ImageScanFindings", "variableSetterType" : "ImageScanFindings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

An object representing a filter on a DescribeImages operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

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

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n

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

\n@return The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagStatus" : { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

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

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n

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

\n@return The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

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

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n

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

\n@return The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeImagesFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeImagesFilter", "variableName" : "describeImagesFilter", "variableType" : "DescribeImagesFilter", "documentation" : null, "simpleType" : "DescribeImagesFilter", "variableSetterType" : "DescribeImagesFilter" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeImagesRequest" : { "c2jName" : "DescribeImagesRequest", "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" : "DescribeImages", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DescribeImages", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

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

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of image IDs for the requested repository.

\n

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

\n@return The list of image IDs for the requested repository.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@return The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@return The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "DescribeImagesFilter", "defaultConsumerFluentSetterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

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

The filter key and value with which to filter your DescribeImages results.

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

The filter key and value with which to filter your DescribeImages results.

\n@param filter The filter key and value with which to filter your DescribeImages results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

\n@return The filter key and value with which to filter your DescribeImages results.", "getterModel" : { "returnType" : "DescribeImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

\n@param filter The filter key and value with which to filter your DescribeImages results.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "DescribeImagesFilter", "variableName" : "filter", "variableType" : "DescribeImagesFilter", "documentation" : null, "simpleType" : "DescribeImagesFilter", "variableSetterType" : "DescribeImagesFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DescribeImagesFilter", "variableName" : "filter", "variableType" : "DescribeImagesFilter", "documentation" : "

The filter key and value with which to filter your DescribeImages results.

", "simpleType" : "DescribeImagesFilter", "variableSetterType" : "DescribeImagesFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "DescribeImagesFilter", "defaultConsumerFluentSetterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

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

The filter key and value with which to filter your DescribeImages results.

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

The filter key and value with which to filter your DescribeImages results.

\n@param filter The filter key and value with which to filter your DescribeImages results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

\n@return The filter key and value with which to filter your DescribeImages results.", "getterModel" : { "returnType" : "DescribeImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

\n@param filter The filter key and value with which to filter your DescribeImages results.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "DescribeImagesFilter", "variableName" : "filter", "variableType" : "DescribeImagesFilter", "documentation" : null, "simpleType" : "DescribeImagesFilter", "variableSetterType" : "DescribeImagesFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DescribeImagesFilter", "variableName" : "filter", "variableType" : "DescribeImagesFilter", "documentation" : "

The filter key and value with which to filter your DescribeImages results.

", "simpleType" : "DescribeImagesFilter", "variableSetterType" : "DescribeImagesFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageIds" : { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

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

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of image IDs for the requested repository.

\n

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

\n@return The list of image IDs for the requested repository.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@return The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@return The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository that contains the images to describe.

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

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

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

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of image IDs for the requested repository.

\n

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

\n@return The list of image IDs for the requested repository.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@return The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@return The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "DescribeImagesFilter", "defaultConsumerFluentSetterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

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

The filter key and value with which to filter your DescribeImages results.

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

The filter key and value with which to filter your DescribeImages results.

\n@param filter The filter key and value with which to filter your DescribeImages results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

\n@return The filter key and value with which to filter your DescribeImages results.", "getterModel" : { "returnType" : "DescribeImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The filter key and value with which to filter your DescribeImages results.

\n@param filter The filter key and value with which to filter your DescribeImages results.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "DescribeImagesFilter", "variableName" : "filter", "variableType" : "DescribeImagesFilter", "documentation" : null, "simpleType" : "DescribeImagesFilter", "variableSetterType" : "DescribeImagesFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DescribeImagesFilter", "variableName" : "filter", "variableType" : "DescribeImagesFilter", "documentation" : "

The filter key and value with which to filter your DescribeImages results.

", "simpleType" : "DescribeImagesFilter", "variableSetterType" : "DescribeImagesFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "DescribeImagesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeImagesRequest", "variableName" : "describeImagesRequest", "variableType" : "DescribeImagesRequest", "documentation" : null, "simpleType" : "DescribeImagesRequest", "variableSetterType" : "DescribeImagesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeImagesResponse" : { "c2jName" : "DescribeImagesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageDetails", "beanStyleSetterMethodName" : "setImageDetails", "c2jName" : "imageDetails", "c2jShape" : "ImageDetailList", "defaultConsumerFluentSetterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageDetails(List)}.\n@param imageDetails 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 #imageDetails(List)", "deprecated" : false, "documentation" : "

A list of ImageDetail objects that contain data about the image.

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

A list of ImageDetail objects that contain data about the image.

\n@param imageDetails A list of ImageDetail objects that contain data about the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDetails", "getterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\n

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

\n@return A list of ImageDetail objects that contain data about the image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageDetail", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageDetail.Builder} avoiding the need to create one manually via {@link ImageDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageDetail.Builder#build()} is called immediately and its result is passed to {@link #member(ImageDetail)}.\n@param member a consumer that will call methods on {@link ImageDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageDetail)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageDetail", "variableName" : "member", "variableType" : "ImageDetail", "documentation" : null, "simpleType" : "ImageDetail", "variableSetterType" : "ImageDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageDetail", "variableName" : "member", "variableType" : "ImageDetail", "documentation" : "", "simpleType" : "ImageDetail", "variableSetterType" : "ImageDetail" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageDetail", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageDetail", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageDetails", "sensitive" : false, "setterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\n@param imageDetails A list of ImageDetail objects that contain data about the image.", "setterMethodName" : "setImageDetails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageDetails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageDetails", "variableType" : "java.util.List", "documentation" : "

A list of ImageDetail objects that contain data about the image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageDetails" : { "beanStyleGetterMethodName" : "getImageDetails", "beanStyleSetterMethodName" : "setImageDetails", "c2jName" : "imageDetails", "c2jShape" : "ImageDetailList", "defaultConsumerFluentSetterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageDetails(List)}.\n@param imageDetails 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 #imageDetails(List)", "deprecated" : false, "documentation" : "

A list of ImageDetail objects that contain data about the image.

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

A list of ImageDetail objects that contain data about the image.

\n@param imageDetails A list of ImageDetail objects that contain data about the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDetails", "getterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\n

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

\n@return A list of ImageDetail objects that contain data about the image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageDetail", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageDetail.Builder} avoiding the need to create one manually via {@link ImageDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageDetail.Builder#build()} is called immediately and its result is passed to {@link #member(ImageDetail)}.\n@param member a consumer that will call methods on {@link ImageDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageDetail)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageDetail", "variableName" : "member", "variableType" : "ImageDetail", "documentation" : null, "simpleType" : "ImageDetail", "variableSetterType" : "ImageDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageDetail", "variableName" : "member", "variableType" : "ImageDetail", "documentation" : "", "simpleType" : "ImageDetail", "variableSetterType" : "ImageDetail" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageDetail", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageDetail", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageDetails", "sensitive" : false, "setterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\n@param imageDetails A list of ImageDetail objects that contain data about the image.", "setterMethodName" : "setImageDetails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageDetails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageDetails", "variableType" : "java.util.List", "documentation" : "

A list of ImageDetail objects that contain data about the image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageDetails", "beanStyleSetterMethodName" : "setImageDetails", "c2jName" : "imageDetails", "c2jShape" : "ImageDetailList", "defaultConsumerFluentSetterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageDetails(List)}.\n@param imageDetails 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 #imageDetails(List)", "deprecated" : false, "documentation" : "

A list of ImageDetail objects that contain data about the image.

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

A list of ImageDetail objects that contain data about the image.

\n@param imageDetails A list of ImageDetail objects that contain data about the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDetails", "getterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\n

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

\n@return A list of ImageDetail objects that contain data about the image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageDetail", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageDetail.Builder} avoiding the need to create one manually via {@link ImageDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageDetail.Builder#build()} is called immediately and its result is passed to {@link #member(ImageDetail)}.\n@param member a consumer that will call methods on {@link ImageDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageDetail)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageDetail", "variableName" : "member", "variableType" : "ImageDetail", "documentation" : null, "simpleType" : "ImageDetail", "variableSetterType" : "ImageDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageDetail", "variableName" : "member", "variableType" : "ImageDetail", "documentation" : "", "simpleType" : "ImageDetail", "variableSetterType" : "ImageDetail" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageDetail", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageDetail", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageDetails", "sensitive" : false, "setterDocumentation" : "

A list of ImageDetail objects that contain data about the image.

\n@param imageDetails A list of ImageDetail objects that contain data about the image.", "setterMethodName" : "setImageDetails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageDetails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageDetails", "variableType" : "java.util.List", "documentation" : "

A list of ImageDetail objects that contain data about the image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeImagesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeImagesResponse", "variableName" : "describeImagesResponse", "variableType" : "DescribeImagesResponse", "documentation" : null, "simpleType" : "DescribeImagesResponse", "variableSetterType" : "DescribeImagesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeRepositoriesRequest" : { "c2jName" : "DescribeRepositoriesRequest", "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" : "DescribeRepositories", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DescribeRepositories", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryNames", "beanStyleSetterMethodName" : "setRepositoryNames", "c2jName" : "repositoryNames", "c2jShape" : "RepositoryNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\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 #repositoryNames(List)}.\n@param repositoryNames 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 #repositoryNames(List)", "deprecated" : false, "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

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

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryNames", "getterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n

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

\n@return A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.", "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" : "repositoryNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RepositoryNames", "sensitive" : false, "setterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.", "setterMethodName" : "setRepositoryNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

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

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

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

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@return The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

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

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

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

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@return The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryNames" : { "beanStyleGetterMethodName" : "getRepositoryNames", "beanStyleSetterMethodName" : "setRepositoryNames", "c2jName" : "repositoryNames", "c2jShape" : "RepositoryNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\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 #repositoryNames(List)}.\n@param repositoryNames 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 #repositoryNames(List)", "deprecated" : false, "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

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

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryNames", "getterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n

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

\n@return A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.", "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" : "repositoryNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RepositoryNames", "sensitive" : false, "setterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.", "setterMethodName" : "setRepositoryNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryNames", "beanStyleSetterMethodName" : "setRepositoryNames", "c2jName" : "repositoryNames", "c2jShape" : "RepositoryNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\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 #repositoryNames(List)}.\n@param repositoryNames 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 #repositoryNames(List)", "deprecated" : false, "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

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

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryNames", "getterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n

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

\n@return A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.", "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" : "repositoryNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RepositoryNames", "sensitive" : false, "setterDocumentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.", "setterMethodName" : "setRepositoryNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

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

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

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

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

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

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@return The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeRepositoriesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeRepositoriesRequest", "variableName" : "describeRepositoriesRequest", "variableType" : "DescribeRepositoriesRequest", "documentation" : null, "simpleType" : "DescribeRepositoriesRequest", "variableSetterType" : "DescribeRepositoriesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeRepositoriesResponse" : { "c2jName" : "DescribeRepositoriesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRepositories", "beanStyleSetterMethodName" : "setRepositories", "c2jName" : "repositories", "c2jShape" : "RepositoryList", "defaultConsumerFluentSetterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\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 #repositories(List)}.\n@param repositories 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 #repositories(List)", "deprecated" : false, "documentation" : "

A list of repository objects corresponding to valid repositories.

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

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositories", "getterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\n

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

\n@return A list of repository objects corresponding to valid repositories.", "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" : "repositories", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Repository.Builder} avoiding the need to create one manually via {@link Repository#builder()}.\n\nWhen the {@link Consumer} completes, {@link Repository.Builder#build()} is called immediately and its result is passed to {@link #member(Repository)}.\n@param member a consumer that will call methods on {@link Repository.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Repository)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Repository", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Repository", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Repositories", "sensitive" : false, "setterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.", "setterMethodName" : "setRepositories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : "

A list of repository objects corresponding to valid repositories.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Repositories" : { "beanStyleGetterMethodName" : "getRepositories", "beanStyleSetterMethodName" : "setRepositories", "c2jName" : "repositories", "c2jShape" : "RepositoryList", "defaultConsumerFluentSetterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\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 #repositories(List)}.\n@param repositories 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 #repositories(List)", "deprecated" : false, "documentation" : "

A list of repository objects corresponding to valid repositories.

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

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositories", "getterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\n

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

\n@return A list of repository objects corresponding to valid repositories.", "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" : "repositories", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Repository.Builder} avoiding the need to create one manually via {@link Repository#builder()}.\n\nWhen the {@link Consumer} completes, {@link Repository.Builder#build()} is called immediately and its result is passed to {@link #member(Repository)}.\n@param member a consumer that will call methods on {@link Repository.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Repository)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Repository", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Repository", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Repositories", "sensitive" : false, "setterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.", "setterMethodName" : "setRepositories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : "

A list of repository objects corresponding to valid repositories.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRepositories", "beanStyleSetterMethodName" : "setRepositories", "c2jName" : "repositories", "c2jShape" : "RepositoryList", "defaultConsumerFluentSetterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\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 #repositories(List)}.\n@param repositories 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 #repositories(List)", "deprecated" : false, "documentation" : "

A list of repository objects corresponding to valid repositories.

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

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositories", "getterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\n

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

\n@return A list of repository objects corresponding to valid repositories.", "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" : "repositories", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Repository.Builder} avoiding the need to create one manually via {@link Repository#builder()}.\n\nWhen the {@link Consumer} completes, {@link Repository.Builder#build()} is called immediately and its result is passed to {@link #member(Repository)}.\n@param member a consumer that will call methods on {@link Repository.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Repository)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Repository", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Repository", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Repositories", "sensitive" : false, "setterDocumentation" : "

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.", "setterMethodName" : "setRepositories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : "

A list of repository objects corresponding to valid repositories.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The specified layer upload does not contain any layer parts.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "EmptyUploadException", "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" : "EmptyUploadException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EmptyUploadException", "variableName" : "emptyUploadException", "variableType" : "EmptyUploadException", "documentation" : null, "simpleType" : "EmptyUploadException", "variableSetterType" : "EmptyUploadException" }, "wrapper" : false, "xmlNamespace" : null }, "FindingSeverity" : { "c2jName" : "FindingSeverity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INFORMATIONAL", "value" : "INFORMATIONAL" }, { "name" : "LOW", "value" : "LOW" }, { "name" : "MEDIUM", "value" : "MEDIUM" }, { "name" : "HIGH", "value" : "HIGH" }, { "name" : "CRITICAL", "value" : "CRITICAL" }, { "name" : "UNDEFINED", "value" : "UNDEFINED" } ], "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" : "FindingSeverity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FindingSeverity", "variableName" : "findingSeverity", "variableType" : "FindingSeverity", "documentation" : null, "simpleType" : "FindingSeverity", "variableSetterType" : "FindingSeverity" }, "wrapper" : false, "xmlNamespace" : null }, "GetAuthorizationTokenRequest" : { "c2jName" : "GetAuthorizationTokenRequest", "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" : "GetAuthorizationToken", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetAuthorizationToken", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryIds", "beanStyleSetterMethodName" : "setRegistryIds", "c2jName" : "registryIds", "c2jShape" : "GetAuthorizationTokenRegistryIdList", "defaultConsumerFluentSetterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\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 #registryIds(List)}.\n@param registryIds 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 #registryIds(List)", "deprecated" : false, "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

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

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryIds", "getterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n

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

\n@return A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.", "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" : "registryIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RegistryIds", "sensitive" : false, "setterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryIds" : { "beanStyleGetterMethodName" : "getRegistryIds", "beanStyleSetterMethodName" : "setRegistryIds", "c2jName" : "registryIds", "c2jShape" : "GetAuthorizationTokenRegistryIdList", "defaultConsumerFluentSetterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\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 #registryIds(List)}.\n@param registryIds 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 #registryIds(List)", "deprecated" : false, "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

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

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryIds", "getterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n

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

\n@return A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.", "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" : "registryIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RegistryIds", "sensitive" : false, "setterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryIds", "beanStyleSetterMethodName" : "setRegistryIds", "c2jName" : "registryIds", "c2jShape" : "GetAuthorizationTokenRegistryIdList", "defaultConsumerFluentSetterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\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 #registryIds(List)}.\n@param registryIds 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 #registryIds(List)", "deprecated" : false, "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

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

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryIds", "getterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n

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

\n@return A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.", "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" : "registryIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RegistryIds", "sensitive" : false, "setterDocumentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAuthorizationTokenRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAuthorizationTokenRequest", "variableName" : "getAuthorizationTokenRequest", "variableType" : "GetAuthorizationTokenRequest", "documentation" : null, "simpleType" : "GetAuthorizationTokenRequest", "variableSetterType" : "GetAuthorizationTokenRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetAuthorizationTokenResponse" : { "c2jName" : "GetAuthorizationTokenResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAuthorizationData", "beanStyleSetterMethodName" : "setAuthorizationData", "c2jName" : "authorizationData", "c2jShape" : "AuthorizationDataList", "defaultConsumerFluentSetterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\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 #authorizationData(List)}.\n@param authorizationData 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 #authorizationData(List)", "deprecated" : false, "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

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

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationData", "getterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\n

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

\n@return A list of authorization token data objects that correspond to the registryIds values in the request.", "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" : "authorizationData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AuthorizationData", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AuthorizationData.Builder} avoiding the need to create one manually via {@link AuthorizationData#builder()}.\n\nWhen the {@link Consumer} completes, {@link AuthorizationData.Builder#build()} is called immediately and its result is passed to {@link #member(AuthorizationData)}.\n@param member a consumer that will call methods on {@link AuthorizationData.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AuthorizationData)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AuthorizationData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : null, "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : "", "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AuthorizationData", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AuthorizationData", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AuthorizationData", "sensitive" : false, "setterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.", "setterMethodName" : "setAuthorizationData", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthorizationData" : { "beanStyleGetterMethodName" : "getAuthorizationData", "beanStyleSetterMethodName" : "setAuthorizationData", "c2jName" : "authorizationData", "c2jShape" : "AuthorizationDataList", "defaultConsumerFluentSetterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\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 #authorizationData(List)}.\n@param authorizationData 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 #authorizationData(List)", "deprecated" : false, "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

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

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationData", "getterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\n

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

\n@return A list of authorization token data objects that correspond to the registryIds values in the request.", "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" : "authorizationData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AuthorizationData", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AuthorizationData.Builder} avoiding the need to create one manually via {@link AuthorizationData#builder()}.\n\nWhen the {@link Consumer} completes, {@link AuthorizationData.Builder#build()} is called immediately and its result is passed to {@link #member(AuthorizationData)}.\n@param member a consumer that will call methods on {@link AuthorizationData.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AuthorizationData)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AuthorizationData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : null, "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : "", "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AuthorizationData", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AuthorizationData", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AuthorizationData", "sensitive" : false, "setterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.", "setterMethodName" : "setAuthorizationData", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAuthorizationData", "beanStyleSetterMethodName" : "setAuthorizationData", "c2jName" : "authorizationData", "c2jShape" : "AuthorizationDataList", "defaultConsumerFluentSetterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\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 #authorizationData(List)}.\n@param authorizationData 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 #authorizationData(List)", "deprecated" : false, "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

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

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationData", "getterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\n

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

\n@return A list of authorization token data objects that correspond to the registryIds values in the request.", "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" : "authorizationData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AuthorizationData", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AuthorizationData.Builder} avoiding the need to create one manually via {@link AuthorizationData#builder()}.\n\nWhen the {@link Consumer} completes, {@link AuthorizationData.Builder#build()} is called immediately and its result is passed to {@link #member(AuthorizationData)}.\n@param member a consumer that will call methods on {@link AuthorizationData.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AuthorizationData)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AuthorizationData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : null, "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : "", "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AuthorizationData", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AuthorizationData", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AuthorizationData", "sensitive" : false, "setterDocumentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.", "setterMethodName" : "setAuthorizationData", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAuthorizationTokenResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAuthorizationTokenResponse", "variableName" : "getAuthorizationTokenResponse", "variableType" : "GetAuthorizationTokenResponse", "documentation" : null, "simpleType" : "GetAuthorizationTokenResponse", "variableSetterType" : "GetAuthorizationTokenResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetDownloadUrlForLayerRequest" : { "c2jName" : "GetDownloadUrlForLayerRequest", "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" : "GetDownloadUrlForLayer", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetDownloadUrlForLayer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the image layer to download.

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

The name of the repository that is associated with the image layer to download.

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

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the image layer to download.

\n@return The name of the repository that is associated with the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The digest of the image layer to download.

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

The digest of the image layer to download.

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

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The digest of the image layer to download.

\n@return The digest of the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigest" : { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The digest of the image layer to download.

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

The digest of the image layer to download.

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

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The digest of the image layer to download.

\n@return The digest of the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the image layer to download.

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

The name of the repository that is associated with the image layer to download.

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

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the image layer to download.

\n@return The name of the repository that is associated with the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that is associated with the image layer to download.

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

The name of the repository that is associated with the image layer to download.

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

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that is associated with the image layer to download.

\n@return The name of the repository that is associated with the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The digest of the image layer to download.

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

The digest of the image layer to download.

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

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The digest of the image layer to download.

\n@return The digest of the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "layerDigest" ], "shapeName" : "GetDownloadUrlForLayerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDownloadUrlForLayerRequest", "variableName" : "getDownloadUrlForLayerRequest", "variableType" : "GetDownloadUrlForLayerRequest", "documentation" : null, "simpleType" : "GetDownloadUrlForLayerRequest", "variableSetterType" : "GetDownloadUrlForLayerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetDownloadUrlForLayerResponse" : { "c2jName" : "GetDownloadUrlForLayerResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDownloadUrl", "beanStyleSetterMethodName" : "setDownloadUrl", "c2jName" : "downloadUrl", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

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

The pre-signed Amazon S3 download URL for the requested layer.

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

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUrl", "getterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

\n@return The pre-signed Amazon S3 download URL for the requested layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "downloadUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "downloadUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUrl", "sensitive" : false, "setterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.", "setterMethodName" : "setDownloadUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The digest of the image layer to download.

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

The digest of the image layer to download.

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

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The digest of the image layer to download.

\n@return The digest of the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DownloadUrl" : { "beanStyleGetterMethodName" : "getDownloadUrl", "beanStyleSetterMethodName" : "setDownloadUrl", "c2jName" : "downloadUrl", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

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

The pre-signed Amazon S3 download URL for the requested layer.

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

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUrl", "getterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

\n@return The pre-signed Amazon S3 download URL for the requested layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "downloadUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "downloadUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUrl", "sensitive" : false, "setterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.", "setterMethodName" : "setDownloadUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LayerDigest" : { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The digest of the image layer to download.

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

The digest of the image layer to download.

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

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The digest of the image layer to download.

\n@return The digest of the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDownloadUrl", "beanStyleSetterMethodName" : "setDownloadUrl", "c2jName" : "downloadUrl", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

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

The pre-signed Amazon S3 download URL for the requested layer.

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

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUrl", "getterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

\n@return The pre-signed Amazon S3 download URL for the requested layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "downloadUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "downloadUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUrl", "sensitive" : false, "setterDocumentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.", "setterMethodName" : "setDownloadUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The digest of the image layer to download.

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

The digest of the image layer to download.

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

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The digest of the image layer to download.

\n@return The digest of the image layer to download.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetDownloadUrlForLayerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDownloadUrlForLayerResponse", "variableName" : "getDownloadUrlForLayerResponse", "variableType" : "GetDownloadUrlForLayerResponse", "documentation" : null, "simpleType" : "GetDownloadUrlForLayerResponse", "variableSetterType" : "GetDownloadUrlForLayerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetLifecyclePolicyPreviewRequest" : { "c2jName" : "GetLifecyclePolicyPreviewRequest", "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" : "GetLifecyclePolicyPreview", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetLifecyclePolicyPreview", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of imageIDs to be included.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of imageIDs to be included.

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

The list of imageIDs to be included.

\n@param imageIds The list of imageIDs to be included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of imageIDs to be included.

\n

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

\n@return The list of imageIDs to be included.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of imageIDs to be included.

\n@param imageIds The list of imageIDs to be included.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of imageIDs to be included.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@return The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "LifecyclePreviewMaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@return The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "LifecyclePolicyPreviewFilter", "defaultConsumerFluentSetterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

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

An optional parameter that filters results based on image tag status and all tags, if tagged.

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

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@param filter An optional parameter that filters results based on image tag status and all tags, if tagged.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@return An optional parameter that filters results based on image tag status and all tags, if tagged.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@param filter An optional parameter that filters results based on image tag status and all tags, if tagged.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewFilter", "variableName" : "filter", "variableType" : "LifecyclePolicyPreviewFilter", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewFilter", "variableSetterType" : "LifecyclePolicyPreviewFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewFilter", "variableName" : "filter", "variableType" : "LifecyclePolicyPreviewFilter", "documentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

", "simpleType" : "LifecyclePolicyPreviewFilter", "variableSetterType" : "LifecyclePolicyPreviewFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "LifecyclePolicyPreviewFilter", "defaultConsumerFluentSetterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

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

An optional parameter that filters results based on image tag status and all tags, if tagged.

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

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@param filter An optional parameter that filters results based on image tag status and all tags, if tagged.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@return An optional parameter that filters results based on image tag status and all tags, if tagged.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@param filter An optional parameter that filters results based on image tag status and all tags, if tagged.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewFilter", "variableName" : "filter", "variableType" : "LifecyclePolicyPreviewFilter", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewFilter", "variableSetterType" : "LifecyclePolicyPreviewFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewFilter", "variableName" : "filter", "variableType" : "LifecyclePolicyPreviewFilter", "documentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

", "simpleType" : "LifecyclePolicyPreviewFilter", "variableSetterType" : "LifecyclePolicyPreviewFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageIds" : { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of imageIDs to be included.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of imageIDs to be included.

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

The list of imageIDs to be included.

\n@param imageIds The list of imageIDs to be included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of imageIDs to be included.

\n

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

\n@return The list of imageIDs to be included.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of imageIDs to be included.

\n@param imageIds The list of imageIDs to be included.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of imageIDs to be included.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "LifecyclePreviewMaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@return The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@return The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of imageIDs to be included.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of imageIDs to be included.

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

The list of imageIDs to be included.

\n@param imageIds The list of imageIDs to be included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of imageIDs to be included.

\n

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

\n@return The list of imageIDs to be included.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of imageIDs to be included.

\n@param imageIds The list of imageIDs to be included.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of imageIDs to be included.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

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

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@return The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

\n@param nextToken The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter. Pagination continues from the end of the
 previous results that returned the nextToken value. This value is
 null when there are no more results to return. This option cannot be used when you specify images with imageIds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "LifecyclePreviewMaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

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

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@return The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

\n@param maxResults The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest only returns
 maxResults results in a single page along with a nextToken
 response element. The remaining results of the initial request can be seen by sending
 another GetLifecyclePolicyPreviewRequest request with the returned nextToken
 value. This value can be between 1 and 1000. If this
 parameter is not used, then GetLifecyclePolicyPreviewRequest returns up to
 100 results and a nextToken value, if
 applicable. This option cannot be used when you specify images with imageIds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "LifecyclePolicyPreviewFilter", "defaultConsumerFluentSetterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

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

An optional parameter that filters results based on image tag status and all tags, if tagged.

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

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@param filter An optional parameter that filters results based on image tag status and all tags, if tagged.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@return An optional parameter that filters results based on image tag status and all tags, if tagged.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

\n@param filter An optional parameter that filters results based on image tag status and all tags, if tagged.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewFilter", "variableName" : "filter", "variableType" : "LifecyclePolicyPreviewFilter", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewFilter", "variableSetterType" : "LifecyclePolicyPreviewFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewFilter", "variableName" : "filter", "variableType" : "LifecyclePolicyPreviewFilter", "documentation" : "

An optional parameter that filters results based on image tag status and all tags, if tagged.

", "simpleType" : "LifecyclePolicyPreviewFilter", "variableSetterType" : "LifecyclePolicyPreviewFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "GetLifecyclePolicyPreviewRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetLifecyclePolicyPreviewRequest", "variableName" : "getLifecyclePolicyPreviewRequest", "variableType" : "GetLifecyclePolicyPreviewRequest", "documentation" : null, "simpleType" : "GetLifecyclePolicyPreviewRequest", "variableSetterType" : "GetLifecyclePolicyPreviewRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetLifecyclePolicyPreviewResponse" : { "c2jName" : "GetLifecyclePolicyPreviewResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

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

The status of the lifecycle policy preview request.

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

The status of the lifecycle policy preview request.

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

The status of the lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecyclePolicyPreviewStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the lifecycle policy preview request.

\n

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

\n@return The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "getterModel" : { "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 lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "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 lifecycle policy preview request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreviewResults", "beanStyleSetterMethodName" : "setPreviewResults", "c2jName" : "previewResults", "c2jShape" : "LifecyclePolicyPreviewResultList", "defaultConsumerFluentSetterDocumentation" : "

The results of the lifecycle policy preview request.

\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 #previewResults(List)}.\n@param previewResults 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 #previewResults(List)", "deprecated" : false, "documentation" : "

The results of the lifecycle policy preview request.

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

The results of the lifecycle policy preview request.

\n@param previewResults The results of the lifecycle policy preview request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previewResults", "getterDocumentation" : "

The results of the lifecycle policy preview request.

\n

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

\n@return The results of the lifecycle policy preview request.", "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" : "previewResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "previewResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LifecyclePolicyPreviewResult", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LifecyclePolicyPreviewResult.Builder} avoiding the need to create one manually via {@link LifecyclePolicyPreviewResult#builder()}.\n\nWhen the {@link Consumer} completes, {@link LifecyclePolicyPreviewResult.Builder#build()} is called immediately and its result is passed to {@link #member(LifecyclePolicyPreviewResult)}.\n@param member a consumer that will call methods on {@link LifecyclePolicyPreviewResult.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LifecyclePolicyPreviewResult)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewResult", "variableName" : "member", "variableType" : "LifecyclePolicyPreviewResult", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewResult", "variableSetterType" : "LifecyclePolicyPreviewResult" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewResult", "variableName" : "member", "variableType" : "LifecyclePolicyPreviewResult", "documentation" : "", "simpleType" : "LifecyclePolicyPreviewResult", "variableSetterType" : "LifecyclePolicyPreviewResult" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LifecyclePolicyPreviewResult", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LifecyclePolicyPreviewResult", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PreviewResults", "sensitive" : false, "setterDocumentation" : "

The results of the lifecycle policy preview request.

\n@param previewResults The results of the lifecycle policy preview request.", "setterMethodName" : "setPreviewResults", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "previewResults", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "previewResults", "variableType" : "java.util.List", "documentation" : "

The results of the lifecycle policy preview request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "LifecyclePolicyPreviewSummary", "defaultConsumerFluentSetterDocumentation" : "

The list of images that is returned as a result of the action.

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

The list of images that is returned as a result of the action.

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

The list of images that is returned as a result of the action.

\n@param summary The list of images that is returned as a result of the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The list of images that is returned as a result of the action.

\n@return The list of images that is returned as a result of the action.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The list of images that is returned as a result of the action.

\n@param summary The list of images that is returned as a result of the action.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewSummary", "variableName" : "summary", "variableType" : "LifecyclePolicyPreviewSummary", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewSummary", "variableSetterType" : "LifecyclePolicyPreviewSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewSummary", "variableName" : "summary", "variableType" : "LifecyclePolicyPreviewSummary", "documentation" : "

The list of images that is returned as a result of the action.

", "simpleType" : "LifecyclePolicyPreviewSummary", "variableSetterType" : "LifecyclePolicyPreviewSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LifecyclePolicyText" : { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PreviewResults" : { "beanStyleGetterMethodName" : "getPreviewResults", "beanStyleSetterMethodName" : "setPreviewResults", "c2jName" : "previewResults", "c2jShape" : "LifecyclePolicyPreviewResultList", "defaultConsumerFluentSetterDocumentation" : "

The results of the lifecycle policy preview request.

\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 #previewResults(List)}.\n@param previewResults 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 #previewResults(List)", "deprecated" : false, "documentation" : "

The results of the lifecycle policy preview request.

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

The results of the lifecycle policy preview request.

\n@param previewResults The results of the lifecycle policy preview request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previewResults", "getterDocumentation" : "

The results of the lifecycle policy preview request.

\n

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

\n@return The results of the lifecycle policy preview request.", "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" : "previewResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "previewResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LifecyclePolicyPreviewResult", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LifecyclePolicyPreviewResult.Builder} avoiding the need to create one manually via {@link LifecyclePolicyPreviewResult#builder()}.\n\nWhen the {@link Consumer} completes, {@link LifecyclePolicyPreviewResult.Builder#build()} is called immediately and its result is passed to {@link #member(LifecyclePolicyPreviewResult)}.\n@param member a consumer that will call methods on {@link LifecyclePolicyPreviewResult.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LifecyclePolicyPreviewResult)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewResult", "variableName" : "member", "variableType" : "LifecyclePolicyPreviewResult", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewResult", "variableSetterType" : "LifecyclePolicyPreviewResult" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewResult", "variableName" : "member", "variableType" : "LifecyclePolicyPreviewResult", "documentation" : "", "simpleType" : "LifecyclePolicyPreviewResult", "variableSetterType" : "LifecyclePolicyPreviewResult" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LifecyclePolicyPreviewResult", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LifecyclePolicyPreviewResult", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PreviewResults", "sensitive" : false, "setterDocumentation" : "

The results of the lifecycle policy preview request.

\n@param previewResults The results of the lifecycle policy preview request.", "setterMethodName" : "setPreviewResults", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "previewResults", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "previewResults", "variableType" : "java.util.List", "documentation" : "

The results of the lifecycle policy preview request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

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

The status of the lifecycle policy preview request.

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

The status of the lifecycle policy preview request.

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

The status of the lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecyclePolicyPreviewStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the lifecycle policy preview request.

\n

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

\n@return The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "getterModel" : { "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 lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "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 lifecycle policy preview request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summary" : { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "LifecyclePolicyPreviewSummary", "defaultConsumerFluentSetterDocumentation" : "

The list of images that is returned as a result of the action.

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

The list of images that is returned as a result of the action.

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

The list of images that is returned as a result of the action.

\n@param summary The list of images that is returned as a result of the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The list of images that is returned as a result of the action.

\n@return The list of images that is returned as a result of the action.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The list of images that is returned as a result of the action.

\n@param summary The list of images that is returned as a result of the action.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewSummary", "variableName" : "summary", "variableType" : "LifecyclePolicyPreviewSummary", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewSummary", "variableSetterType" : "LifecyclePolicyPreviewSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewSummary", "variableName" : "summary", "variableType" : "LifecyclePolicyPreviewSummary", "documentation" : "

The list of images that is returned as a result of the action.

", "simpleType" : "LifecyclePolicyPreviewSummary", "variableSetterType" : "LifecyclePolicyPreviewSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

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

The status of the lifecycle policy preview request.

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

The status of the lifecycle policy preview request.

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

The status of the lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecyclePolicyPreviewStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the lifecycle policy preview request.

\n

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

\n@return The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "getterModel" : { "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 lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "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 lifecycle policy preview request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreviewResults", "beanStyleSetterMethodName" : "setPreviewResults", "c2jName" : "previewResults", "c2jShape" : "LifecyclePolicyPreviewResultList", "defaultConsumerFluentSetterDocumentation" : "

The results of the lifecycle policy preview request.

\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 #previewResults(List)}.\n@param previewResults 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 #previewResults(List)", "deprecated" : false, "documentation" : "

The results of the lifecycle policy preview request.

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

The results of the lifecycle policy preview request.

\n@param previewResults The results of the lifecycle policy preview request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previewResults", "getterDocumentation" : "

The results of the lifecycle policy preview request.

\n

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

\n@return The results of the lifecycle policy preview request.", "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" : "previewResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "previewResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LifecyclePolicyPreviewResult", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LifecyclePolicyPreviewResult.Builder} avoiding the need to create one manually via {@link LifecyclePolicyPreviewResult#builder()}.\n\nWhen the {@link Consumer} completes, {@link LifecyclePolicyPreviewResult.Builder#build()} is called immediately and its result is passed to {@link #member(LifecyclePolicyPreviewResult)}.\n@param member a consumer that will call methods on {@link LifecyclePolicyPreviewResult.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LifecyclePolicyPreviewResult)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewResult", "variableName" : "member", "variableType" : "LifecyclePolicyPreviewResult", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewResult", "variableSetterType" : "LifecyclePolicyPreviewResult" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewResult", "variableName" : "member", "variableType" : "LifecyclePolicyPreviewResult", "documentation" : "", "simpleType" : "LifecyclePolicyPreviewResult", "variableSetterType" : "LifecyclePolicyPreviewResult" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LifecyclePolicyPreviewResult", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LifecyclePolicyPreviewResult", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PreviewResults", "sensitive" : false, "setterDocumentation" : "

The results of the lifecycle policy preview request.

\n@param previewResults The results of the lifecycle policy preview request.", "setterMethodName" : "setPreviewResults", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "previewResults", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "previewResults", "variableType" : "java.util.List", "documentation" : "

The results of the lifecycle policy preview request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "LifecyclePolicyPreviewSummary", "defaultConsumerFluentSetterDocumentation" : "

The list of images that is returned as a result of the action.

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

The list of images that is returned as a result of the action.

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

The list of images that is returned as a result of the action.

\n@param summary The list of images that is returned as a result of the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

The list of images that is returned as a result of the action.

\n@return The list of images that is returned as a result of the action.", "getterModel" : { "returnType" : "LifecyclePolicyPreviewSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

The list of images that is returned as a result of the action.

\n@param summary The list of images that is returned as a result of the action.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyPreviewSummary", "variableName" : "summary", "variableType" : "LifecyclePolicyPreviewSummary", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewSummary", "variableSetterType" : "LifecyclePolicyPreviewSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewSummary", "variableName" : "summary", "variableType" : "LifecyclePolicyPreviewSummary", "documentation" : "

The list of images that is returned as a result of the action.

", "simpleType" : "LifecyclePolicyPreviewSummary", "variableSetterType" : "LifecyclePolicyPreviewSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetLifecyclePolicyPreviewResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetLifecyclePolicyPreviewResponse", "variableName" : "getLifecyclePolicyPreviewResponse", "variableType" : "GetLifecyclePolicyPreviewResponse", "documentation" : null, "simpleType" : "GetLifecyclePolicyPreviewResponse", "variableSetterType" : "GetLifecyclePolicyPreviewResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetLifecyclePolicyRequest" : { "c2jName" : "GetLifecyclePolicyRequest", "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" : "GetLifecyclePolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetLifecyclePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

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

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "GetLifecyclePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetLifecyclePolicyRequest", "variableName" : "getLifecyclePolicyRequest", "variableType" : "GetLifecyclePolicyRequest", "documentation" : null, "simpleType" : "GetLifecyclePolicyRequest", "variableSetterType" : "GetLifecyclePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetLifecyclePolicyResponse" : { "c2jName" : "GetLifecyclePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastEvaluatedAt", "beanStyleSetterMethodName" : "setLastEvaluatedAt", "c2jName" : "lastEvaluatedAt", "c2jShape" : "EvaluationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\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 #lastEvaluatedAt(Instant)}.\n@param lastEvaluatedAt 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 #lastEvaluatedAt(Instant)", "deprecated" : false, "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

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

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedAt", "getterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@return The time stamp of the last time that the lifecycle policy was run.", "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" : "lastEvaluatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEvaluatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastEvaluatedAt", "sensitive" : false, "setterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.", "setterMethodName" : "setLastEvaluatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastEvaluatedAt" : { "beanStyleGetterMethodName" : "getLastEvaluatedAt", "beanStyleSetterMethodName" : "setLastEvaluatedAt", "c2jName" : "lastEvaluatedAt", "c2jShape" : "EvaluationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\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 #lastEvaluatedAt(Instant)}.\n@param lastEvaluatedAt 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 #lastEvaluatedAt(Instant)", "deprecated" : false, "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

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

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedAt", "getterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@return The time stamp of the last time that the lifecycle policy was run.", "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" : "lastEvaluatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEvaluatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastEvaluatedAt", "sensitive" : false, "setterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.", "setterMethodName" : "setLastEvaluatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LifecyclePolicyText" : { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

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

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON lifecycle policy text.

\n@return The JSON lifecycle policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON lifecycle policy text.

\n@param lifecyclePolicyText The JSON lifecycle policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON lifecycle policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastEvaluatedAt", "beanStyleSetterMethodName" : "setLastEvaluatedAt", "c2jName" : "lastEvaluatedAt", "c2jShape" : "EvaluationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\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 #lastEvaluatedAt(Instant)}.\n@param lastEvaluatedAt 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 #lastEvaluatedAt(Instant)", "deprecated" : false, "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

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

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEvaluatedAt", "getterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@return The time stamp of the last time that the lifecycle policy was run.", "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" : "lastEvaluatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEvaluatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastEvaluatedAt", "sensitive" : false, "setterDocumentation" : "

The time stamp of the last time that the lifecycle policy was run.

\n@param lastEvaluatedAt The time stamp of the last time that the lifecycle policy was run.", "setterMethodName" : "setLastEvaluatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastEvaluatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time stamp of the last time that the lifecycle policy was run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetLifecyclePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetLifecyclePolicyResponse", "variableName" : "getLifecyclePolicyResponse", "variableType" : "GetLifecyclePolicyResponse", "documentation" : null, "simpleType" : "GetLifecyclePolicyResponse", "variableSetterType" : "GetLifecyclePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetRepositoryPolicyRequest" : { "c2jName" : "GetRepositoryPolicyRequest", "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" : "GetRepositoryPolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetRepositoryPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository with the policy to retrieve.

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

The name of the repository with the policy to retrieve.

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

The name of the repository with the policy to retrieve.

\n@param repositoryName The name of the repository with the policy to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository with the policy to retrieve.

\n@return The name of the repository with the policy to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository with the policy to retrieve.

\n@param repositoryName The name of the repository with the policy to retrieve.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository with the policy to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository with the policy to retrieve.

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

The name of the repository with the policy to retrieve.

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

The name of the repository with the policy to retrieve.

\n@param repositoryName The name of the repository with the policy to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository with the policy to retrieve.

\n@return The name of the repository with the policy to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository with the policy to retrieve.

\n@param repositoryName The name of the repository with the policy to retrieve.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository with the policy to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

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

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository with the policy to retrieve.

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

The name of the repository with the policy to retrieve.

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

The name of the repository with the policy to retrieve.

\n@param repositoryName The name of the repository with the policy to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository with the policy to retrieve.

\n@return The name of the repository with the policy to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository with the policy to retrieve.

\n@param repositoryName The name of the repository with the policy to retrieve.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository with the policy to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "GetRepositoryPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetRepositoryPolicyRequest", "variableName" : "getRepositoryPolicyRequest", "variableType" : "GetRepositoryPolicyRequest", "documentation" : null, "simpleType" : "GetRepositoryPolicyRequest", "variableSetterType" : "GetRepositoryPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetRepositoryPolicyResponse" : { "c2jName" : "GetRepositoryPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text associated with the repository.

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

The JSON repository policy text associated with the repository.

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

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text associated with the repository.

\n@return The JSON repository policy text associated with the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text associated with the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyText" : { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text associated with the repository.

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

The JSON repository policy text associated with the repository.

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

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text associated with the repository.

\n@return The JSON repository policy text associated with the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text associated with the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

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

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

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

The repository name associated with the request.

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

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text associated with the repository.

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

The JSON repository policy text associated with the repository.

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

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text associated with the repository.

\n@return The JSON repository policy text associated with the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text associated with the repository.

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

An object representing an Amazon ECR image.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry containing the image.

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

The AWS account ID associated with the registry containing the image.

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

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry containing the image.

\n@return The AWS account ID associated with the registry containing the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry containing the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository associated with the image.

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

The name of the repository associated with the image.

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

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository associated with the image.

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

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "

An object containing the image tag and image digest associated with an image.

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

An object containing the image tag and image digest associated with an image.

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

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "

An object containing the image tag and image digest associated with an image.

\n@return An object containing the image tag and image digest associated with an image.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

An object containing the image tag and image digest associated with an image.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageManifest", "beanStyleSetterMethodName" : "setImageManifest", "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "defaultConsumerFluentSetterDocumentation" : "

The image manifest associated with the image.

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

The image manifest associated with the image.

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

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageManifest", "getterDocumentation" : "

The image manifest associated with the image.

\n@return The image manifest associated with the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageManifest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageManifest", "sensitive" : false, "setterDocumentation" : "

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.", "setterMethodName" : "setImageManifest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageId" : { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "

An object containing the image tag and image digest associated with an image.

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

An object containing the image tag and image digest associated with an image.

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

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "

An object containing the image tag and image digest associated with an image.

\n@return An object containing the image tag and image digest associated with an image.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

An object containing the image tag and image digest associated with an image.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageManifest" : { "beanStyleGetterMethodName" : "getImageManifest", "beanStyleSetterMethodName" : "setImageManifest", "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "defaultConsumerFluentSetterDocumentation" : "

The image manifest associated with the image.

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

The image manifest associated with the image.

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

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageManifest", "getterDocumentation" : "

The image manifest associated with the image.

\n@return The image manifest associated with the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageManifest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageManifest", "sensitive" : false, "setterDocumentation" : "

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.", "setterMethodName" : "setImageManifest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry containing the image.

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

The AWS account ID associated with the registry containing the image.

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

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry containing the image.

\n@return The AWS account ID associated with the registry containing the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry containing the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository associated with the image.

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

The name of the repository associated with the image.

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

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository associated with the image.

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

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry containing the image.

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

The AWS account ID associated with the registry containing the image.

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

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry containing the image.

\n@return The AWS account ID associated with the registry containing the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry containing the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository associated with the image.

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

The name of the repository associated with the image.

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

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository associated with the image.

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

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "

An object containing the image tag and image digest associated with an image.

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

An object containing the image tag and image digest associated with an image.

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

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "

An object containing the image tag and image digest associated with an image.

\n@return An object containing the image tag and image digest associated with an image.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

An object containing the image tag and image digest associated with an image.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageManifest", "beanStyleSetterMethodName" : "setImageManifest", "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "defaultConsumerFluentSetterDocumentation" : "

The image manifest associated with the image.

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

The image manifest associated with the image.

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

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageManifest", "getterDocumentation" : "

The image manifest associated with the image.

\n@return The image manifest associated with the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageManifest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageManifest", "sensitive" : false, "setterDocumentation" : "

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.", "setterMethodName" : "setImageManifest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Image", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "wrapper" : false, "xmlNamespace" : null }, "ImageActionType" : { "c2jName" : "ImageActionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EXPIRE", "value" : "EXPIRE" } ], "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" : "ImageActionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageActionType", "variableName" : "imageActionType", "variableType" : "ImageActionType", "documentation" : null, "simpleType" : "ImageActionType", "variableSetterType" : "ImageActionType" }, "wrapper" : false, "xmlNamespace" : null }, "ImageAlreadyExistsException" : { "c2jName" : "ImageAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ImageAlreadyExistsException", "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" : "ImageAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImageAlreadyExistsException", "variableName" : "imageAlreadyExistsException", "variableType" : "ImageAlreadyExistsException", "documentation" : null, "simpleType" : "ImageAlreadyExistsException", "variableSetterType" : "ImageAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ImageDetail" : { "c2jName" : "ImageDetail", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that describes an image returned by a DescribeImages operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

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

The AWS account ID associated with the registry to which this image belongs.

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

The AWS account ID associated with the registry to which this image belongs.

\n@param registryId The AWS account ID associated with the registry to which this image belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

\n@return The AWS account ID associated with the registry to which this image belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

\n@param registryId The AWS account ID associated with the registry to which this image belongs.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which this image belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which this image belongs.

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

The name of the repository to which this image belongs.

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

The name of the repository to which this image belongs.

\n@param repositoryName The name of the repository to which this image belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which this image belongs.

\n@return The name of the repository to which this image belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which this image belongs.

\n@param repositoryName The name of the repository to which this image belongs.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which this image belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

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

The sha256 digest of the image manifest.

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

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

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

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTags", "beanStyleSetterMethodName" : "setImageTags", "c2jName" : "imageTags", "c2jShape" : "ImageTagList", "defaultConsumerFluentSetterDocumentation" : "

The list of tags associated with this image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageTags(List)}.\n@param imageTags 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 #imageTags(List)", "deprecated" : false, "documentation" : "

The list of tags associated with this image.

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

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTags", "getterDocumentation" : "

The list of tags associated with this image.

\n

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

\n@return The list of tags associated with this image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageTags", "sensitive" : false, "setterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.", "setterMethodName" : "setImageTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : "

The list of tags associated with this image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageSizeInBytes", "beanStyleSetterMethodName" : "setImageSizeInBytes", "c2jName" : "imageSizeInBytes", "c2jShape" : "ImageSizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

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

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

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

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@param imageSizeInBytes The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

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

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@return The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageSizeInBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageSizeInBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ImageSizeInBytes", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@param imageSizeInBytes The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "setterMethodName" : "setImageSizeInBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "imageSizeInBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "imageSizeInBytes", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImagePushedAt", "beanStyleSetterMethodName" : "setImagePushedAt", "c2jName" : "imagePushedAt", "c2jShape" : "PushTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\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 #imagePushedAt(Instant)}.\n@param imagePushedAt 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 #imagePushedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

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

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imagePushedAt", "getterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@return The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "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" : "imagePushedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imagePushedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImagePushedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "setterMethodName" : "setImagePushedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanFindingsSummary", "beanStyleSetterMethodName" : "setImageScanFindingsSummary", "c2jName" : "imageScanFindingsSummary", "c2jShape" : "ImageScanFindingsSummary", "defaultConsumerFluentSetterDocumentation" : "

A summary of the last completed image scan.

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

A summary of the last completed image scan.

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

A summary of the last completed image scan.

\n@param imageScanFindingsSummary A summary of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanFindingsSummary", "getterDocumentation" : "

A summary of the last completed image scan.

\n@return A summary of the last completed image scan.", "getterModel" : { "returnType" : "ImageScanFindingsSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanFindingsSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanFindingsSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanFindingsSummary", "sensitive" : false, "setterDocumentation" : "

A summary of the last completed image scan.

\n@param imageScanFindingsSummary A summary of the last completed image scan.", "setterMethodName" : "setImageScanFindingsSummary", "setterModel" : { "variableDeclarationType" : "ImageScanFindingsSummary", "variableName" : "imageScanFindingsSummary", "variableType" : "ImageScanFindingsSummary", "documentation" : null, "simpleType" : "ImageScanFindingsSummary", "variableSetterType" : "ImageScanFindingsSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFindingsSummary", "variableName" : "imageScanFindingsSummary", "variableType" : "ImageScanFindingsSummary", "documentation" : "

A summary of the last completed image scan.

", "simpleType" : "ImageScanFindingsSummary", "variableSetterType" : "ImageScanFindingsSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageDigest" : { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

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

The sha256 digest of the image manifest.

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

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

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

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImagePushedAt" : { "beanStyleGetterMethodName" : "getImagePushedAt", "beanStyleSetterMethodName" : "setImagePushedAt", "c2jName" : "imagePushedAt", "c2jShape" : "PushTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\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 #imagePushedAt(Instant)}.\n@param imagePushedAt 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 #imagePushedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

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

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imagePushedAt", "getterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@return The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "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" : "imagePushedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imagePushedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImagePushedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "setterMethodName" : "setImagePushedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanFindingsSummary" : { "beanStyleGetterMethodName" : "getImageScanFindingsSummary", "beanStyleSetterMethodName" : "setImageScanFindingsSummary", "c2jName" : "imageScanFindingsSummary", "c2jShape" : "ImageScanFindingsSummary", "defaultConsumerFluentSetterDocumentation" : "

A summary of the last completed image scan.

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

A summary of the last completed image scan.

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

A summary of the last completed image scan.

\n@param imageScanFindingsSummary A summary of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanFindingsSummary", "getterDocumentation" : "

A summary of the last completed image scan.

\n@return A summary of the last completed image scan.", "getterModel" : { "returnType" : "ImageScanFindingsSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanFindingsSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanFindingsSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanFindingsSummary", "sensitive" : false, "setterDocumentation" : "

A summary of the last completed image scan.

\n@param imageScanFindingsSummary A summary of the last completed image scan.", "setterMethodName" : "setImageScanFindingsSummary", "setterModel" : { "variableDeclarationType" : "ImageScanFindingsSummary", "variableName" : "imageScanFindingsSummary", "variableType" : "ImageScanFindingsSummary", "documentation" : null, "simpleType" : "ImageScanFindingsSummary", "variableSetterType" : "ImageScanFindingsSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFindingsSummary", "variableName" : "imageScanFindingsSummary", "variableType" : "ImageScanFindingsSummary", "documentation" : "

A summary of the last completed image scan.

", "simpleType" : "ImageScanFindingsSummary", "variableSetterType" : "ImageScanFindingsSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanStatus" : { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

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

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageSizeInBytes" : { "beanStyleGetterMethodName" : "getImageSizeInBytes", "beanStyleSetterMethodName" : "setImageSizeInBytes", "c2jName" : "imageSizeInBytes", "c2jShape" : "ImageSizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

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

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

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

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@param imageSizeInBytes The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

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

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@return The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageSizeInBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageSizeInBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ImageSizeInBytes", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@param imageSizeInBytes The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "setterMethodName" : "setImageSizeInBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "imageSizeInBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "imageSizeInBytes", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageTags" : { "beanStyleGetterMethodName" : "getImageTags", "beanStyleSetterMethodName" : "setImageTags", "c2jName" : "imageTags", "c2jShape" : "ImageTagList", "defaultConsumerFluentSetterDocumentation" : "

The list of tags associated with this image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageTags(List)}.\n@param imageTags 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 #imageTags(List)", "deprecated" : false, "documentation" : "

The list of tags associated with this image.

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

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTags", "getterDocumentation" : "

The list of tags associated with this image.

\n

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

\n@return The list of tags associated with this image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageTags", "sensitive" : false, "setterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.", "setterMethodName" : "setImageTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : "

The list of tags associated with this image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

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

The AWS account ID associated with the registry to which this image belongs.

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

The AWS account ID associated with the registry to which this image belongs.

\n@param registryId The AWS account ID associated with the registry to which this image belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

\n@return The AWS account ID associated with the registry to which this image belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

\n@param registryId The AWS account ID associated with the registry to which this image belongs.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which this image belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which this image belongs.

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

The name of the repository to which this image belongs.

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

The name of the repository to which this image belongs.

\n@param repositoryName The name of the repository to which this image belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which this image belongs.

\n@return The name of the repository to which this image belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which this image belongs.

\n@param repositoryName The name of the repository to which this image belongs.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which this image belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

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

The AWS account ID associated with the registry to which this image belongs.

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

The AWS account ID associated with the registry to which this image belongs.

\n@param registryId The AWS account ID associated with the registry to which this image belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

\n@return The AWS account ID associated with the registry to which this image belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which this image belongs.

\n@param registryId The AWS account ID associated with the registry to which this image belongs.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which this image belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which this image belongs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to which this image belongs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to which this image belongs.

\n@param repositoryName The name of the repository to which this image belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which this image belongs.

\n@return The name of the repository to which this image belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which this image belongs.

\n@param repositoryName The name of the repository to which this image belongs.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which this image belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageDigest(String)}.\n@param imageDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTags", "beanStyleSetterMethodName" : "setImageTags", "c2jName" : "imageTags", "c2jShape" : "ImageTagList", "defaultConsumerFluentSetterDocumentation" : "

The list of tags associated with this image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageTags(List)}.\n@param imageTags 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 #imageTags(List)", "deprecated" : false, "documentation" : "

The list of tags associated with this image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTags", "fluentSetterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTags", "getterDocumentation" : "

The list of tags associated with this image.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The list of tags associated with this image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageTags", "sensitive" : false, "setterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.", "setterMethodName" : "setImageTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : "

The list of tags associated with this image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageSizeInBytes", "beanStyleSetterMethodName" : "setImageSizeInBytes", "c2jName" : "imageSizeInBytes", "c2jShape" : "ImageSizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #imageSizeInBytes(Long)}.\n@param imageSizeInBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageSizeInBytes(Long)", "deprecated" : false, "documentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageSizeInBytes", "fluentSetterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@param imageSizeInBytes The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageSizeInBytes", "getterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@return The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageSizeInBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageSizeInBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ImageSizeInBytes", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

\n@param imageSizeInBytes The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "setterMethodName" : "setImageSizeInBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "imageSizeInBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "imageSizeInBytes", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image in the repository.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImagePushedAt", "beanStyleSetterMethodName" : "setImagePushedAt", "c2jName" : "imagePushedAt", "c2jShape" : "PushTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\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 #imagePushedAt(Instant)}.\n@param imagePushedAt 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 #imagePushedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imagePushedAt", "fluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imagePushedAt", "getterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@return The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "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" : "imagePushedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imagePushedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImagePushedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "setterMethodName" : "setImagePushedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

\nThis is a convenience that creates an instance of the {@link ImageScanStatus.Builder} avoiding the need to create one manually via {@link ImageScanStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanStatus.Builder#build()} is called immediately and its result is passed to {@link #imageScanStatus(ImageScanStatus)}.\n@param imageScanStatus a consumer that will call methods on {@link ImageScanStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanStatus(ImageScanStatus)", "deprecated" : false, "documentation" : "

The current state of the scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanStatus", "fluentSetterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

\n@return The current state of the scan.", "getterModel" : { "returnType" : "ImageScanStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanStatus", "sensitive" : false, "setterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanFindingsSummary", "beanStyleSetterMethodName" : "setImageScanFindingsSummary", "c2jName" : "imageScanFindingsSummary", "c2jShape" : "ImageScanFindingsSummary", "defaultConsumerFluentSetterDocumentation" : "

A summary of the last completed image scan.

\nThis is a convenience that creates an instance of the {@link ImageScanFindingsSummary.Builder} avoiding the need to create one manually via {@link ImageScanFindingsSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanFindingsSummary.Builder#build()} is called immediately and its result is passed to {@link #imageScanFindingsSummary(ImageScanFindingsSummary)}.\n@param imageScanFindingsSummary a consumer that will call methods on {@link ImageScanFindingsSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanFindingsSummary(ImageScanFindingsSummary)", "deprecated" : false, "documentation" : "

A summary of the last completed image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanFindingsSummary", "fluentSetterDocumentation" : "

A summary of the last completed image scan.

\n@param imageScanFindingsSummary A summary of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanFindingsSummary", "getterDocumentation" : "

A summary of the last completed image scan.

\n@return A summary of the last completed image scan.", "getterModel" : { "returnType" : "ImageScanFindingsSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanFindingsSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanFindingsSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanFindingsSummary", "sensitive" : false, "setterDocumentation" : "

A summary of the last completed image scan.

\n@param imageScanFindingsSummary A summary of the last completed image scan.", "setterMethodName" : "setImageScanFindingsSummary", "setterModel" : { "variableDeclarationType" : "ImageScanFindingsSummary", "variableName" : "imageScanFindingsSummary", "variableType" : "ImageScanFindingsSummary", "documentation" : null, "simpleType" : "ImageScanFindingsSummary", "variableSetterType" : "ImageScanFindingsSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFindingsSummary", "variableName" : "imageScanFindingsSummary", "variableType" : "ImageScanFindingsSummary", "documentation" : "

A summary of the last completed image scan.

", "simpleType" : "ImageScanFindingsSummary", "variableSetterType" : "ImageScanFindingsSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageDetail", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageDetail", "variableName" : "imageDetail", "variableType" : "ImageDetail", "documentation" : null, "simpleType" : "ImageDetail", "variableSetterType" : "ImageDetail" }, "wrapper" : false, "xmlNamespace" : null }, "ImageFailure" : { "c2jName" : "ImageFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object representing an Amazon ECR image failure.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The image ID associated with the failure.

\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "

The image ID associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "

The image ID associated with the failure.

\n@return The image ID associated with the failure.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

The image ID associated with the failure.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureCodeAsString", "beanStyleSetterMethodName" : "setFailureCode", "c2jName" : "failureCode", "c2jShape" : "ImageFailureCode", "defaultConsumerFluentSetterDocumentation" : "

The code associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureCodeAsString(String)}.\n@param failureCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureCode(String)", "deprecated" : false, "documentation" : "

The code associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : "ImageFailureCode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureCode", "fluentEnumSetterMethodName" : "failureCode", "fluentGetterMethodName" : "failureCodeAsString", "fluentSetterDocumentation" : "

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFailureCode", "fluentSetterMethodName" : "failureCode", "getterDocumentation" : "

The code associated with the failure.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link ImageFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n

\n@return The code associated with the failure.\n@see ImageFailureCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureCode", "sensitive" : false, "setterDocumentation" : "

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode", "setterMethodName" : "setFailureCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "ImageFailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason for the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for the failure.

\n@return The reason for the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureCode" : { "beanStyleGetterMethodName" : "getFailureCodeAsString", "beanStyleSetterMethodName" : "setFailureCode", "c2jName" : "failureCode", "c2jShape" : "ImageFailureCode", "defaultConsumerFluentSetterDocumentation" : "

The code associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureCodeAsString(String)}.\n@param failureCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureCode(String)", "deprecated" : false, "documentation" : "

The code associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : "ImageFailureCode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureCode", "fluentEnumSetterMethodName" : "failureCode", "fluentGetterMethodName" : "failureCodeAsString", "fluentSetterDocumentation" : "

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFailureCode", "fluentSetterMethodName" : "failureCode", "getterDocumentation" : "

The code associated with the failure.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link ImageFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n

\n@return The code associated with the failure.\n@see ImageFailureCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureCode", "sensitive" : false, "setterDocumentation" : "

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode", "setterMethodName" : "setFailureCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "ImageFailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason for the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for the failure.

\n@return The reason for the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageId" : { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The image ID associated with the failure.

\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "

The image ID associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "

The image ID associated with the failure.

\n@return The image ID associated with the failure.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

The image ID associated with the failure.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The image ID associated with the failure.

\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "

The image ID associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "

The image ID associated with the failure.

\n@return The image ID associated with the failure.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

The image ID associated with the failure.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureCodeAsString", "beanStyleSetterMethodName" : "setFailureCode", "c2jName" : "failureCode", "c2jShape" : "ImageFailureCode", "defaultConsumerFluentSetterDocumentation" : "

The code associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureCodeAsString(String)}.\n@param failureCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureCode(String)", "deprecated" : false, "documentation" : "

The code associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : "ImageFailureCode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureCode", "fluentEnumSetterMethodName" : "failureCode", "fluentGetterMethodName" : "failureCodeAsString", "fluentSetterDocumentation" : "

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFailureCode", "fluentSetterMethodName" : "failureCode", "getterDocumentation" : "

The code associated with the failure.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link ImageFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n

\n@return The code associated with the failure.\n@see ImageFailureCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureCode", "sensitive" : false, "setterDocumentation" : "

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode", "setterMethodName" : "setFailureCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "ImageFailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason for the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for the failure.

\n@return The reason for the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageFailure", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "imageFailure", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "wrapper" : false, "xmlNamespace" : null }, "ImageFailureCode" : { "c2jName" : "ImageFailureCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INVALID_IMAGE_DIGEST", "value" : "InvalidImageDigest" }, { "name" : "INVALID_IMAGE_TAG", "value" : "InvalidImageTag" }, { "name" : "IMAGE_TAG_DOES_NOT_MATCH_DIGEST", "value" : "ImageTagDoesNotMatchDigest" }, { "name" : "IMAGE_NOT_FOUND", "value" : "ImageNotFound" }, { "name" : "MISSING_DIGEST_AND_TAG", "value" : "MissingDigestAndTag" } ], "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" : "ImageFailureCode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageFailureCode", "variableName" : "imageFailureCode", "variableType" : "ImageFailureCode", "documentation" : null, "simpleType" : "ImageFailureCode", "variableSetterType" : "ImageFailureCode" }, "wrapper" : false, "xmlNamespace" : null }, "ImageIdentifier" : { "c2jName" : "ImageIdentifier", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object with identifying information for an Amazon ECR image.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageDigest(String)}.\n@param imageDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTag", "beanStyleSetterMethodName" : "setImageTag", "c2jName" : "imageTag", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "

The tag used for the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTag(String)}.\n@param imageTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTag(String)", "deprecated" : false, "documentation" : "

The tag used for the image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTag", "fluentSetterDocumentation" : "

The tag used for the image.

\n@param imageTag The tag used for the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTag", "getterDocumentation" : "

The tag used for the image.

\n@return The tag used for the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTag", "sensitive" : false, "setterDocumentation" : "

The tag used for the image.

\n@param imageTag The tag used for the image.", "setterMethodName" : "setImageTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag used for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageDigest" : { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageDigest(String)}.\n@param imageDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageTag" : { "beanStyleGetterMethodName" : "getImageTag", "beanStyleSetterMethodName" : "setImageTag", "c2jName" : "imageTag", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "

The tag used for the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTag(String)}.\n@param imageTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTag(String)", "deprecated" : false, "documentation" : "

The tag used for the image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTag", "fluentSetterDocumentation" : "

The tag used for the image.

\n@param imageTag The tag used for the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTag", "getterDocumentation" : "

The tag used for the image.

\n@return The tag used for the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTag", "sensitive" : false, "setterDocumentation" : "

The tag used for the image.

\n@param imageTag The tag used for the image.", "setterMethodName" : "setImageTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag used for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageDigest(String)}.\n@param imageDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTag", "beanStyleSetterMethodName" : "setImageTag", "c2jName" : "imageTag", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "

The tag used for the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTag(String)}.\n@param imageTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTag(String)", "deprecated" : false, "documentation" : "

The tag used for the image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTag", "fluentSetterDocumentation" : "

The tag used for the image.

\n@param imageTag The tag used for the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTag", "getterDocumentation" : "

The tag used for the image.

\n@return The tag used for the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTag", "sensitive" : false, "setterDocumentation" : "

The tag used for the image.

\n@param imageTag The tag used for the image.", "setterMethodName" : "setImageTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag used for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageIdentifier", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageIdentifier", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "wrapper" : false, "xmlNamespace" : null }, "ImageNotFoundException" : { "c2jName" : "ImageNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The image requested does not exist in the specified repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ImageNotFoundException", "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" : "ImageNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImageNotFoundException", "variableName" : "imageNotFoundException", "variableType" : "ImageNotFoundException", "documentation" : null, "simpleType" : "ImageNotFoundException", "variableSetterType" : "ImageNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ImageScanFinding" : { "c2jName" : "ImageScanFinding", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about an image scan finding.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "FindingName", "defaultConsumerFluentSetterDocumentation" : "

The name associated with the finding, usually a CVE number.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The name associated with the finding, usually a CVE number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@param name The name associated with the finding, usually a CVE number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@return The name associated with the finding, usually a CVE number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@param name The name associated with the finding, usually a CVE number.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name associated with the finding, usually a CVE number.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "FindingDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the finding.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

The description of the finding.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the finding.

\n@param description The description of the finding.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the finding.

\n@return The description of the finding.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the finding.

\n@param description The description of the finding.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the finding.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUri", "beanStyleSetterMethodName" : "setUri", "c2jName" : "uri", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

A link containing additional details about the security vulnerability.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)", "deprecated" : false, "documentation" : "

A link containing additional details about the security vulnerability.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uri", "fluentSetterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@param uri A link containing additional details about the security vulnerability.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uri", "getterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@return A link containing additional details about the security vulnerability.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Uri", "sensitive" : false, "setterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@param uri A link containing additional details about the security vulnerability.", "setterMethodName" : "setUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uri", "variableType" : "String", "documentation" : "

A link containing additional details about the security vulnerability.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSeverityAsString", "beanStyleSetterMethodName" : "setSeverity", "c2jName" : "severity", "c2jShape" : "FindingSeverity", "defaultConsumerFluentSetterDocumentation" : "

The finding severity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityAsString(String)}.\n@param severity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severity(String)", "deprecated" : false, "documentation" : "

The finding severity.

", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "severity", "fluentEnumSetterMethodName" : "severity", "fluentGetterMethodName" : "severityAsString", "fluentSetterDocumentation" : "

The finding severity.

\n@param severity The finding severity.\n@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "severity", "getterDocumentation" : "

The finding severity.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #severity} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityAsString}.\n

\n@return The finding severity.\n@see FindingSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "severity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Severity", "sensitive" : false, "setterDocumentation" : "

The finding severity.

\n@param severity The finding severity.\n@see FindingSeverity", "setterMethodName" : "setSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severity", "variableType" : "String", "documentation" : "

The finding severity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A collection of attributes of the host from which the finding is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n@param attributes A collection of attributes of the host from which the finding is generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A collection of attributes of the host from which the finding is generated.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n@param attributes A collection of attributes of the host from which the finding is generated.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A collection of attributes of the host from which the finding is generated.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A collection of attributes of the host from which the finding is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n@param attributes A collection of attributes of the host from which the finding is generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A collection of attributes of the host from which the finding is generated.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n@param attributes A collection of attributes of the host from which the finding is generated.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A collection of attributes of the host from which the finding is generated.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "FindingDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the finding.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

The description of the finding.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the finding.

\n@param description The description of the finding.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the finding.

\n@return The description of the finding.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the finding.

\n@param description The description of the finding.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the finding.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "FindingName", "defaultConsumerFluentSetterDocumentation" : "

The name associated with the finding, usually a CVE number.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The name associated with the finding, usually a CVE number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@param name The name associated with the finding, usually a CVE number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@return The name associated with the finding, usually a CVE number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@param name The name associated with the finding, usually a CVE number.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name associated with the finding, usually a CVE number.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Severity" : { "beanStyleGetterMethodName" : "getSeverityAsString", "beanStyleSetterMethodName" : "setSeverity", "c2jName" : "severity", "c2jShape" : "FindingSeverity", "defaultConsumerFluentSetterDocumentation" : "

The finding severity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityAsString(String)}.\n@param severity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severity(String)", "deprecated" : false, "documentation" : "

The finding severity.

", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "severity", "fluentEnumSetterMethodName" : "severity", "fluentGetterMethodName" : "severityAsString", "fluentSetterDocumentation" : "

The finding severity.

\n@param severity The finding severity.\n@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "severity", "getterDocumentation" : "

The finding severity.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #severity} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityAsString}.\n

\n@return The finding severity.\n@see FindingSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "severity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Severity", "sensitive" : false, "setterDocumentation" : "

The finding severity.

\n@param severity The finding severity.\n@see FindingSeverity", "setterMethodName" : "setSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severity", "variableType" : "String", "documentation" : "

The finding severity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Uri" : { "beanStyleGetterMethodName" : "getUri", "beanStyleSetterMethodName" : "setUri", "c2jName" : "uri", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

A link containing additional details about the security vulnerability.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)", "deprecated" : false, "documentation" : "

A link containing additional details about the security vulnerability.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uri", "fluentSetterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@param uri A link containing additional details about the security vulnerability.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uri", "getterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@return A link containing additional details about the security vulnerability.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Uri", "sensitive" : false, "setterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@param uri A link containing additional details about the security vulnerability.", "setterMethodName" : "setUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uri", "variableType" : "String", "documentation" : "

A link containing additional details about the security vulnerability.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "FindingName", "defaultConsumerFluentSetterDocumentation" : "

The name associated with the finding, usually a CVE number.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The name associated with the finding, usually a CVE number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@param name The name associated with the finding, usually a CVE number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@return The name associated with the finding, usually a CVE number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name associated with the finding, usually a CVE number.

\n@param name The name associated with the finding, usually a CVE number.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name associated with the finding, usually a CVE number.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "FindingDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the finding.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

The description of the finding.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the finding.

\n@param description The description of the finding.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the finding.

\n@return The description of the finding.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the finding.

\n@param description The description of the finding.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the finding.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUri", "beanStyleSetterMethodName" : "setUri", "c2jName" : "uri", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

A link containing additional details about the security vulnerability.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)", "deprecated" : false, "documentation" : "

A link containing additional details about the security vulnerability.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uri", "fluentSetterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@param uri A link containing additional details about the security vulnerability.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uri", "getterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@return A link containing additional details about the security vulnerability.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Uri", "sensitive" : false, "setterDocumentation" : "

A link containing additional details about the security vulnerability.

\n@param uri A link containing additional details about the security vulnerability.", "setterMethodName" : "setUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uri", "variableType" : "String", "documentation" : "

A link containing additional details about the security vulnerability.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSeverityAsString", "beanStyleSetterMethodName" : "setSeverity", "c2jName" : "severity", "c2jShape" : "FindingSeverity", "defaultConsumerFluentSetterDocumentation" : "

The finding severity.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityAsString(String)}.\n@param severity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severity(String)", "deprecated" : false, "documentation" : "

The finding severity.

", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "severity", "fluentEnumSetterMethodName" : "severity", "fluentGetterMethodName" : "severityAsString", "fluentSetterDocumentation" : "

The finding severity.

\n@param severity The finding severity.\n@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "severity", "getterDocumentation" : "

The finding severity.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #severity} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityAsString}.\n

\n@return The finding severity.\n@see FindingSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "severity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Severity", "sensitive" : false, "setterDocumentation" : "

The finding severity.

\n@param severity The finding severity.\n@see FindingSeverity", "setterMethodName" : "setSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severity", "variableType" : "String", "documentation" : "

The finding severity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A collection of attributes of the host from which the finding is generated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n@param attributes A collection of attributes of the host from which the finding is generated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A collection of attributes of the host from which the finding is generated.", "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" : "attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A collection of attributes of the host from which the finding is generated.

\n@param attributes A collection of attributes of the host from which the finding is generated.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A collection of attributes of the host from which the finding is generated.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageScanFinding", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageScanFinding", "variableName" : "imageScanFinding", "variableType" : "ImageScanFinding", "documentation" : null, "simpleType" : "ImageScanFinding", "variableSetterType" : "ImageScanFinding" }, "wrapper" : false, "xmlNamespace" : null }, "ImageScanFindings" : { "c2jName" : "ImageScanFindings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The details of an image scan.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageScanCompletedAt", "beanStyleSetterMethodName" : "setImageScanCompletedAt", "c2jName" : "imageScanCompletedAt", "c2jShape" : "ScanTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the last completed image scan.

\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 #imageScanCompletedAt(Instant)}.\n@param imageScanCompletedAt 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 #imageScanCompletedAt(Instant)", "deprecated" : false, "documentation" : "

The time of the last completed image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanCompletedAt", "fluentSetterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanCompletedAt", "getterDocumentation" : "

The time of the last completed image scan.

\n@return The time of the last completed image scan.", "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" : "imageScanCompletedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanCompletedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImageScanCompletedAt", "sensitive" : false, "setterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.", "setterMethodName" : "setImageScanCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : "

The time of the last completed image scan.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVulnerabilitySourceUpdatedAt", "beanStyleSetterMethodName" : "setVulnerabilitySourceUpdatedAt", "c2jName" : "vulnerabilitySourceUpdatedAt", "c2jShape" : "VulnerabilitySourceUpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\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 #vulnerabilitySourceUpdatedAt(Instant)}.\n@param vulnerabilitySourceUpdatedAt 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 #vulnerabilitySourceUpdatedAt(Instant)", "deprecated" : false, "documentation" : "

The time when the vulnerability data was last scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vulnerabilitySourceUpdatedAt", "fluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vulnerabilitySourceUpdatedAt", "getterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@return The time when the vulnerability data was last scanned.", "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" : "vulnerabilitySourceUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vulnerabilitySourceUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "VulnerabilitySourceUpdatedAt", "sensitive" : false, "setterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.", "setterMethodName" : "setVulnerabilitySourceUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time when the vulnerability data was last scanned.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFindings", "beanStyleSetterMethodName" : "setFindings", "c2jName" : "findings", "c2jShape" : "ImageScanFindingList", "defaultConsumerFluentSetterDocumentation" : "

The findings from the image scan.

\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 #findings(List)}.\n@param findings 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 #findings(List)", "deprecated" : false, "documentation" : "

The findings from the image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "findings", "fluentSetterDocumentation" : "

The findings from the image scan.

\n@param findings The findings from the image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findings", "getterDocumentation" : "

The findings from the image scan.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The findings from the image scan.", "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" : "findings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageScanFinding", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageScanFinding.Builder} avoiding the need to create one manually via {@link ImageScanFinding#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanFinding.Builder#build()} is called immediately and its result is passed to {@link #member(ImageScanFinding)}.\n@param member a consumer that will call methods on {@link ImageScanFinding.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageScanFinding)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageScanFinding", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageScanFinding", "variableName" : "member", "variableType" : "ImageScanFinding", "documentation" : null, "simpleType" : "ImageScanFinding", "variableSetterType" : "ImageScanFinding" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFinding", "variableName" : "member", "variableType" : "ImageScanFinding", "documentation" : "", "simpleType" : "ImageScanFinding", "variableSetterType" : "ImageScanFinding" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageScanFinding", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageScanFinding", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Findings", "sensitive" : false, "setterDocumentation" : "

The findings from the image scan.

\n@param findings The findings from the image scan.", "setterMethodName" : "setFindings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "findings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "findings", "variableType" : "java.util.List", "documentation" : "

The findings from the image scan.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFindingSeverityCountsAsStrings", "beanStyleSetterMethodName" : "setFindingSeverityCountsWithStrings", "c2jName" : "findingSeverityCounts", "c2jShape" : "FindingSeverityCounts", "defaultConsumerFluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\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 #findingSeverityCountsAsStrings(Map)}.\n@param findingSeverityCounts 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 #findingSeverityCountsWithStrings(Map)", "deprecated" : false, "documentation" : "

The image vulnerability counts, sorted by severity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "findingSeverityCounts", "fluentEnumSetterMethodName" : "findingSeverityCounts", "fluentGetterMethodName" : "findingSeverityCountsAsStrings", "fluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findingSeverityCountsWithStrings", "getterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The image vulnerability counts, sorted by severity.", "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" : "findingSeverityCounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findingSeverityCounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKeyAsString", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FindingSeverity", "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 #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

\n@return The value of the Key property for this object.\n@see FindingSeverity", "getterModel" : { "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.\n@see FindingSeverity", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SeverityCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #value(Integer)}.\n@param value 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 #value(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FindingSeverityCounts", "sensitive" : false, "setterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.", "setterMethodName" : "setFindingSeverityCountsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : "

The image vulnerability counts, sorted by severity.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FindingSeverityCounts" : { "beanStyleGetterMethodName" : "getFindingSeverityCountsAsStrings", "beanStyleSetterMethodName" : "setFindingSeverityCountsWithStrings", "c2jName" : "findingSeverityCounts", "c2jShape" : "FindingSeverityCounts", "defaultConsumerFluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\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 #findingSeverityCountsAsStrings(Map)}.\n@param findingSeverityCounts 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 #findingSeverityCountsWithStrings(Map)", "deprecated" : false, "documentation" : "

The image vulnerability counts, sorted by severity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "findingSeverityCounts", "fluentEnumSetterMethodName" : "findingSeverityCounts", "fluentGetterMethodName" : "findingSeverityCountsAsStrings", "fluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findingSeverityCountsWithStrings", "getterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The image vulnerability counts, sorted by severity.", "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" : "findingSeverityCounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findingSeverityCounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKeyAsString", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FindingSeverity", "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 #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

\n@return The value of the Key property for this object.\n@see FindingSeverity", "getterModel" : { "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.\n@see FindingSeverity", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SeverityCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #value(Integer)}.\n@param value 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 #value(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FindingSeverityCounts", "sensitive" : false, "setterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.", "setterMethodName" : "setFindingSeverityCountsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : "

The image vulnerability counts, sorted by severity.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Findings" : { "beanStyleGetterMethodName" : "getFindings", "beanStyleSetterMethodName" : "setFindings", "c2jName" : "findings", "c2jShape" : "ImageScanFindingList", "defaultConsumerFluentSetterDocumentation" : "

The findings from the image scan.

\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 #findings(List)}.\n@param findings 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 #findings(List)", "deprecated" : false, "documentation" : "

The findings from the image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "findings", "fluentSetterDocumentation" : "

The findings from the image scan.

\n@param findings The findings from the image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findings", "getterDocumentation" : "

The findings from the image scan.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The findings from the image scan.", "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" : "findings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageScanFinding", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageScanFinding.Builder} avoiding the need to create one manually via {@link ImageScanFinding#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanFinding.Builder#build()} is called immediately and its result is passed to {@link #member(ImageScanFinding)}.\n@param member a consumer that will call methods on {@link ImageScanFinding.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageScanFinding)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageScanFinding", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageScanFinding", "variableName" : "member", "variableType" : "ImageScanFinding", "documentation" : null, "simpleType" : "ImageScanFinding", "variableSetterType" : "ImageScanFinding" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFinding", "variableName" : "member", "variableType" : "ImageScanFinding", "documentation" : "", "simpleType" : "ImageScanFinding", "variableSetterType" : "ImageScanFinding" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageScanFinding", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageScanFinding", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Findings", "sensitive" : false, "setterDocumentation" : "

The findings from the image scan.

\n@param findings The findings from the image scan.", "setterMethodName" : "setFindings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "findings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "findings", "variableType" : "java.util.List", "documentation" : "

The findings from the image scan.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanCompletedAt" : { "beanStyleGetterMethodName" : "getImageScanCompletedAt", "beanStyleSetterMethodName" : "setImageScanCompletedAt", "c2jName" : "imageScanCompletedAt", "c2jShape" : "ScanTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the last completed image scan.

\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 #imageScanCompletedAt(Instant)}.\n@param imageScanCompletedAt 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 #imageScanCompletedAt(Instant)", "deprecated" : false, "documentation" : "

The time of the last completed image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanCompletedAt", "fluentSetterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanCompletedAt", "getterDocumentation" : "

The time of the last completed image scan.

\n@return The time of the last completed image scan.", "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" : "imageScanCompletedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanCompletedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImageScanCompletedAt", "sensitive" : false, "setterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.", "setterMethodName" : "setImageScanCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : "

The time of the last completed image scan.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VulnerabilitySourceUpdatedAt" : { "beanStyleGetterMethodName" : "getVulnerabilitySourceUpdatedAt", "beanStyleSetterMethodName" : "setVulnerabilitySourceUpdatedAt", "c2jName" : "vulnerabilitySourceUpdatedAt", "c2jShape" : "VulnerabilitySourceUpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\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 #vulnerabilitySourceUpdatedAt(Instant)}.\n@param vulnerabilitySourceUpdatedAt 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 #vulnerabilitySourceUpdatedAt(Instant)", "deprecated" : false, "documentation" : "

The time when the vulnerability data was last scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vulnerabilitySourceUpdatedAt", "fluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vulnerabilitySourceUpdatedAt", "getterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@return The time when the vulnerability data was last scanned.", "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" : "vulnerabilitySourceUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vulnerabilitySourceUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "VulnerabilitySourceUpdatedAt", "sensitive" : false, "setterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.", "setterMethodName" : "setVulnerabilitySourceUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time when the vulnerability data was last scanned.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageScanCompletedAt", "beanStyleSetterMethodName" : "setImageScanCompletedAt", "c2jName" : "imageScanCompletedAt", "c2jShape" : "ScanTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the last completed image scan.

\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 #imageScanCompletedAt(Instant)}.\n@param imageScanCompletedAt 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 #imageScanCompletedAt(Instant)", "deprecated" : false, "documentation" : "

The time of the last completed image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanCompletedAt", "fluentSetterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanCompletedAt", "getterDocumentation" : "

The time of the last completed image scan.

\n@return The time of the last completed image scan.", "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" : "imageScanCompletedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanCompletedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImageScanCompletedAt", "sensitive" : false, "setterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.", "setterMethodName" : "setImageScanCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : "

The time of the last completed image scan.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVulnerabilitySourceUpdatedAt", "beanStyleSetterMethodName" : "setVulnerabilitySourceUpdatedAt", "c2jName" : "vulnerabilitySourceUpdatedAt", "c2jShape" : "VulnerabilitySourceUpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\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 #vulnerabilitySourceUpdatedAt(Instant)}.\n@param vulnerabilitySourceUpdatedAt 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 #vulnerabilitySourceUpdatedAt(Instant)", "deprecated" : false, "documentation" : "

The time when the vulnerability data was last scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vulnerabilitySourceUpdatedAt", "fluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vulnerabilitySourceUpdatedAt", "getterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@return The time when the vulnerability data was last scanned.", "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" : "vulnerabilitySourceUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vulnerabilitySourceUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "VulnerabilitySourceUpdatedAt", "sensitive" : false, "setterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.", "setterMethodName" : "setVulnerabilitySourceUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time when the vulnerability data was last scanned.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFindings", "beanStyleSetterMethodName" : "setFindings", "c2jName" : "findings", "c2jShape" : "ImageScanFindingList", "defaultConsumerFluentSetterDocumentation" : "

The findings from the image scan.

\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 #findings(List)}.\n@param findings 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 #findings(List)", "deprecated" : false, "documentation" : "

The findings from the image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "findings", "fluentSetterDocumentation" : "

The findings from the image scan.

\n@param findings The findings from the image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findings", "getterDocumentation" : "

The findings from the image scan.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The findings from the image scan.", "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" : "findings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageScanFinding", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageScanFinding.Builder} avoiding the need to create one manually via {@link ImageScanFinding#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanFinding.Builder#build()} is called immediately and its result is passed to {@link #member(ImageScanFinding)}.\n@param member a consumer that will call methods on {@link ImageScanFinding.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageScanFinding)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageScanFinding", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageScanFinding", "variableName" : "member", "variableType" : "ImageScanFinding", "documentation" : null, "simpleType" : "ImageScanFinding", "variableSetterType" : "ImageScanFinding" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanFinding", "variableName" : "member", "variableType" : "ImageScanFinding", "documentation" : "", "simpleType" : "ImageScanFinding", "variableSetterType" : "ImageScanFinding" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageScanFinding", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageScanFinding", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Findings", "sensitive" : false, "setterDocumentation" : "

The findings from the image scan.

\n@param findings The findings from the image scan.", "setterMethodName" : "setFindings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "findings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "findings", "variableType" : "java.util.List", "documentation" : "

The findings from the image scan.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFindingSeverityCountsAsStrings", "beanStyleSetterMethodName" : "setFindingSeverityCountsWithStrings", "c2jName" : "findingSeverityCounts", "c2jShape" : "FindingSeverityCounts", "defaultConsumerFluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\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 #findingSeverityCountsAsStrings(Map)}.\n@param findingSeverityCounts 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 #findingSeverityCountsWithStrings(Map)", "deprecated" : false, "documentation" : "

The image vulnerability counts, sorted by severity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "findingSeverityCounts", "fluentEnumSetterMethodName" : "findingSeverityCounts", "fluentGetterMethodName" : "findingSeverityCountsAsStrings", "fluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findingSeverityCountsWithStrings", "getterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The image vulnerability counts, sorted by severity.", "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" : "findingSeverityCounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findingSeverityCounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKeyAsString", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FindingSeverity", "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 #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

\n@return The value of the Key property for this object.\n@see FindingSeverity", "getterModel" : { "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.\n@see FindingSeverity", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SeverityCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #value(Integer)}.\n@param value 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 #value(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FindingSeverityCounts", "sensitive" : false, "setterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.", "setterMethodName" : "setFindingSeverityCountsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : "

The image vulnerability counts, sorted by severity.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageScanFindings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageScanFindings", "variableName" : "imageScanFindings", "variableType" : "ImageScanFindings", "documentation" : null, "simpleType" : "ImageScanFindings", "variableSetterType" : "ImageScanFindings" }, "wrapper" : false, "xmlNamespace" : null }, "ImageScanFindingsSummary" : { "c2jName" : "ImageScanFindingsSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A summary of the last completed image scan.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageScanCompletedAt", "beanStyleSetterMethodName" : "setImageScanCompletedAt", "c2jName" : "imageScanCompletedAt", "c2jShape" : "ScanTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the last completed image scan.

\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 #imageScanCompletedAt(Instant)}.\n@param imageScanCompletedAt 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 #imageScanCompletedAt(Instant)", "deprecated" : false, "documentation" : "

The time of the last completed image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanCompletedAt", "fluentSetterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanCompletedAt", "getterDocumentation" : "

The time of the last completed image scan.

\n@return The time of the last completed image scan.", "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" : "imageScanCompletedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanCompletedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImageScanCompletedAt", "sensitive" : false, "setterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.", "setterMethodName" : "setImageScanCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : "

The time of the last completed image scan.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVulnerabilitySourceUpdatedAt", "beanStyleSetterMethodName" : "setVulnerabilitySourceUpdatedAt", "c2jName" : "vulnerabilitySourceUpdatedAt", "c2jShape" : "VulnerabilitySourceUpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\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 #vulnerabilitySourceUpdatedAt(Instant)}.\n@param vulnerabilitySourceUpdatedAt 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 #vulnerabilitySourceUpdatedAt(Instant)", "deprecated" : false, "documentation" : "

The time when the vulnerability data was last scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vulnerabilitySourceUpdatedAt", "fluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vulnerabilitySourceUpdatedAt", "getterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@return The time when the vulnerability data was last scanned.", "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" : "vulnerabilitySourceUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vulnerabilitySourceUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "VulnerabilitySourceUpdatedAt", "sensitive" : false, "setterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.", "setterMethodName" : "setVulnerabilitySourceUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time when the vulnerability data was last scanned.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFindingSeverityCountsAsStrings", "beanStyleSetterMethodName" : "setFindingSeverityCountsWithStrings", "c2jName" : "findingSeverityCounts", "c2jShape" : "FindingSeverityCounts", "defaultConsumerFluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\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 #findingSeverityCountsAsStrings(Map)}.\n@param findingSeverityCounts 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 #findingSeverityCountsWithStrings(Map)", "deprecated" : false, "documentation" : "

The image vulnerability counts, sorted by severity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "findingSeverityCounts", "fluentEnumSetterMethodName" : "findingSeverityCounts", "fluentGetterMethodName" : "findingSeverityCountsAsStrings", "fluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findingSeverityCountsWithStrings", "getterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The image vulnerability counts, sorted by severity.", "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" : "findingSeverityCounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findingSeverityCounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKeyAsString", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FindingSeverity", "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 #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

\n@return The value of the Key property for this object.\n@see FindingSeverity", "getterModel" : { "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.\n@see FindingSeverity", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SeverityCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #value(Integer)}.\n@param value 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 #value(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FindingSeverityCounts", "sensitive" : false, "setterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.", "setterMethodName" : "setFindingSeverityCountsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : "

The image vulnerability counts, sorted by severity.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FindingSeverityCounts" : { "beanStyleGetterMethodName" : "getFindingSeverityCountsAsStrings", "beanStyleSetterMethodName" : "setFindingSeverityCountsWithStrings", "c2jName" : "findingSeverityCounts", "c2jShape" : "FindingSeverityCounts", "defaultConsumerFluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\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 #findingSeverityCountsAsStrings(Map)}.\n@param findingSeverityCounts 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 #findingSeverityCountsWithStrings(Map)", "deprecated" : false, "documentation" : "

The image vulnerability counts, sorted by severity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "findingSeverityCounts", "fluentEnumSetterMethodName" : "findingSeverityCounts", "fluentGetterMethodName" : "findingSeverityCountsAsStrings", "fluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findingSeverityCountsWithStrings", "getterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The image vulnerability counts, sorted by severity.", "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" : "findingSeverityCounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findingSeverityCounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKeyAsString", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FindingSeverity", "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 #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

\n@return The value of the Key property for this object.\n@see FindingSeverity", "getterModel" : { "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.\n@see FindingSeverity", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SeverityCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #value(Integer)}.\n@param value 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 #value(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FindingSeverityCounts", "sensitive" : false, "setterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.", "setterMethodName" : "setFindingSeverityCountsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : "

The image vulnerability counts, sorted by severity.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanCompletedAt" : { "beanStyleGetterMethodName" : "getImageScanCompletedAt", "beanStyleSetterMethodName" : "setImageScanCompletedAt", "c2jName" : "imageScanCompletedAt", "c2jShape" : "ScanTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the last completed image scan.

\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 #imageScanCompletedAt(Instant)}.\n@param imageScanCompletedAt 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 #imageScanCompletedAt(Instant)", "deprecated" : false, "documentation" : "

The time of the last completed image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanCompletedAt", "fluentSetterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanCompletedAt", "getterDocumentation" : "

The time of the last completed image scan.

\n@return The time of the last completed image scan.", "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" : "imageScanCompletedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanCompletedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImageScanCompletedAt", "sensitive" : false, "setterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.", "setterMethodName" : "setImageScanCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : "

The time of the last completed image scan.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VulnerabilitySourceUpdatedAt" : { "beanStyleGetterMethodName" : "getVulnerabilitySourceUpdatedAt", "beanStyleSetterMethodName" : "setVulnerabilitySourceUpdatedAt", "c2jName" : "vulnerabilitySourceUpdatedAt", "c2jShape" : "VulnerabilitySourceUpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\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 #vulnerabilitySourceUpdatedAt(Instant)}.\n@param vulnerabilitySourceUpdatedAt 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 #vulnerabilitySourceUpdatedAt(Instant)", "deprecated" : false, "documentation" : "

The time when the vulnerability data was last scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vulnerabilitySourceUpdatedAt", "fluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vulnerabilitySourceUpdatedAt", "getterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@return The time when the vulnerability data was last scanned.", "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" : "vulnerabilitySourceUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vulnerabilitySourceUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "VulnerabilitySourceUpdatedAt", "sensitive" : false, "setterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.", "setterMethodName" : "setVulnerabilitySourceUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time when the vulnerability data was last scanned.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageScanCompletedAt", "beanStyleSetterMethodName" : "setImageScanCompletedAt", "c2jName" : "imageScanCompletedAt", "c2jShape" : "ScanTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the last completed image scan.

\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 #imageScanCompletedAt(Instant)}.\n@param imageScanCompletedAt 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 #imageScanCompletedAt(Instant)", "deprecated" : false, "documentation" : "

The time of the last completed image scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanCompletedAt", "fluentSetterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanCompletedAt", "getterDocumentation" : "

The time of the last completed image scan.

\n@return The time of the last completed image scan.", "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" : "imageScanCompletedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanCompletedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImageScanCompletedAt", "sensitive" : false, "setterDocumentation" : "

The time of the last completed image scan.

\n@param imageScanCompletedAt The time of the last completed image scan.", "setterMethodName" : "setImageScanCompletedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imageScanCompletedAt", "variableType" : "java.time.Instant", "documentation" : "

The time of the last completed image scan.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVulnerabilitySourceUpdatedAt", "beanStyleSetterMethodName" : "setVulnerabilitySourceUpdatedAt", "c2jName" : "vulnerabilitySourceUpdatedAt", "c2jShape" : "VulnerabilitySourceUpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\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 #vulnerabilitySourceUpdatedAt(Instant)}.\n@param vulnerabilitySourceUpdatedAt 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 #vulnerabilitySourceUpdatedAt(Instant)", "deprecated" : false, "documentation" : "

The time when the vulnerability data was last scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vulnerabilitySourceUpdatedAt", "fluentSetterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vulnerabilitySourceUpdatedAt", "getterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@return The time when the vulnerability data was last scanned.", "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" : "vulnerabilitySourceUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vulnerabilitySourceUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "VulnerabilitySourceUpdatedAt", "sensitive" : false, "setterDocumentation" : "

The time when the vulnerability data was last scanned.

\n@param vulnerabilitySourceUpdatedAt The time when the vulnerability data was last scanned.", "setterMethodName" : "setVulnerabilitySourceUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "vulnerabilitySourceUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

The time when the vulnerability data was last scanned.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFindingSeverityCountsAsStrings", "beanStyleSetterMethodName" : "setFindingSeverityCountsWithStrings", "c2jName" : "findingSeverityCounts", "c2jShape" : "FindingSeverityCounts", "defaultConsumerFluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\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 #findingSeverityCountsAsStrings(Map)}.\n@param findingSeverityCounts 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 #findingSeverityCountsWithStrings(Map)", "deprecated" : false, "documentation" : "

The image vulnerability counts, sorted by severity.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "findingSeverityCounts", "fluentEnumSetterMethodName" : "findingSeverityCounts", "fluentGetterMethodName" : "findingSeverityCountsAsStrings", "fluentSetterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "findingSeverityCountsWithStrings", "getterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The image vulnerability counts, sorted by severity.", "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" : "findingSeverityCounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "findingSeverityCounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKeyAsString", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FindingSeverity", "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 #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FindingSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FindingSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see FindingSeverity", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FindingSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

\n@return The value of the Key property for this object.\n@see FindingSeverity", "getterModel" : { "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.\n@see FindingSeverity", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "SeverityCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #value(Integer)}.\n@param value 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 #value(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "value", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FindingSeverityCounts", "sensitive" : false, "setterDocumentation" : "

The image vulnerability counts, sorted by severity.

\n@param findingSeverityCounts The image vulnerability counts, sorted by severity.", "setterMethodName" : "setFindingSeverityCountsWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "findingSeverityCounts", "variableType" : "java.util.Map", "documentation" : "

The image vulnerability counts, sorted by severity.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageScanFindingsSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageScanFindingsSummary", "variableName" : "imageScanFindingsSummary", "variableType" : "ImageScanFindingsSummary", "documentation" : null, "simpleType" : "ImageScanFindingsSummary", "variableSetterType" : "ImageScanFindingsSummary" }, "wrapper" : false, "xmlNamespace" : null }, "ImageScanStatus" : { "c2jName" : "ImageScanStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The current status of an image scan.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of an image scan.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The current state of an image scan.

", "endpointDiscoveryId" : false, "enumType" : "ScanStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The current state of an image scan.

\n@param status The current state of an image scan.\n@see ScanStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScanStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current state of an image scan.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ScanStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The current state of an image scan.\n@see ScanStatus", "getterModel" : { "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 current state of an image scan.

\n@param status The current state of an image scan.\n@see ScanStatus", "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 current state of an image scan.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "ScanStatusDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the image scan status.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

The description of the image scan status.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the image scan status.

\n@param description The description of the image scan status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the image scan status.

\n@return The description of the image scan status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the image scan status.

\n@param description The description of the image scan status.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the image scan status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "ScanStatusDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the image scan status.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

The description of the image scan status.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the image scan status.

\n@param description The description of the image scan status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the image scan status.

\n@return The description of the image scan status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the image scan status.

\n@param description The description of the image scan status.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the image scan status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of an image scan.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The current state of an image scan.

", "endpointDiscoveryId" : false, "enumType" : "ScanStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The current state of an image scan.

\n@param status The current state of an image scan.\n@see ScanStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScanStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current state of an image scan.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ScanStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The current state of an image scan.\n@see ScanStatus", "getterModel" : { "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 current state of an image scan.

\n@param status The current state of an image scan.\n@see ScanStatus", "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 current state of an image scan.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of an image scan.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The current state of an image scan.

", "endpointDiscoveryId" : false, "enumType" : "ScanStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The current state of an image scan.

\n@param status The current state of an image scan.\n@see ScanStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScanStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current state of an image scan.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ScanStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The current state of an image scan.\n@see ScanStatus", "getterModel" : { "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 current state of an image scan.

\n@param status The current state of an image scan.\n@see ScanStatus", "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 current state of an image scan.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "ScanStatusDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the image scan status.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

The description of the image scan status.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the image scan status.

\n@param description The description of the image scan status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the image scan status.

\n@return The description of the image scan status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the image scan status.

\n@param description The description of the image scan status.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the image scan status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageScanStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ImageScanningConfiguration" : { "c2jName" : "ImageScanningConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The image scanning configuration for a repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getScanOnPush", "beanStyleSetterMethodName" : "setScanOnPush", "c2jName" : "scanOnPush", "c2jShape" : "ScanOnPushFlag", "defaultConsumerFluentSetterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #scanOnPush(Boolean)}.\n@param scanOnPush a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scanOnPush(Boolean)", "deprecated" : false, "documentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scanOnPush", "fluentSetterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@param scanOnPush The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scanOnPush", "getterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@return The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "scanOnPush", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scanOnPush", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ScanOnPush", "sensitive" : false, "setterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@param scanOnPush The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.", "setterMethodName" : "setScanOnPush", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanOnPush", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanOnPush", "variableType" : "Boolean", "documentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ScanOnPush" : { "beanStyleGetterMethodName" : "getScanOnPush", "beanStyleSetterMethodName" : "setScanOnPush", "c2jName" : "scanOnPush", "c2jShape" : "ScanOnPushFlag", "defaultConsumerFluentSetterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #scanOnPush(Boolean)}.\n@param scanOnPush a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scanOnPush(Boolean)", "deprecated" : false, "documentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scanOnPush", "fluentSetterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@param scanOnPush The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scanOnPush", "getterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@return The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "scanOnPush", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scanOnPush", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ScanOnPush", "sensitive" : false, "setterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@param scanOnPush The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.", "setterMethodName" : "setScanOnPush", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanOnPush", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanOnPush", "variableType" : "Boolean", "documentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getScanOnPush", "beanStyleSetterMethodName" : "setScanOnPush", "c2jName" : "scanOnPush", "c2jShape" : "ScanOnPushFlag", "defaultConsumerFluentSetterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #scanOnPush(Boolean)}.\n@param scanOnPush a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scanOnPush(Boolean)", "deprecated" : false, "documentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scanOnPush", "fluentSetterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@param scanOnPush The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scanOnPush", "getterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@return The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "scanOnPush", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scanOnPush", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ScanOnPush", "sensitive" : false, "setterDocumentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

\n@param scanOnPush The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.", "setterMethodName" : "setScanOnPush", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanOnPush", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanOnPush", "variableType" : "Boolean", "documentation" : "

The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the StartImageScan API.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageScanningConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "ImageTagAlreadyExistsException" : { "c2jName" : "ImageTagAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ImageTagAlreadyExistsException", "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" : "ImageTagAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImageTagAlreadyExistsException", "variableName" : "imageTagAlreadyExistsException", "variableType" : "ImageTagAlreadyExistsException", "documentation" : null, "simpleType" : "ImageTagAlreadyExistsException", "variableSetterType" : "ImageTagAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ImageTagMutability" : { "c2jName" : "ImageTagMutability", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "MUTABLE", "value" : "MUTABLE" }, { "name" : "IMMUTABLE", "value" : "IMMUTABLE" } ], "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" : "ImageTagMutability", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageTagMutability", "variableName" : "imageTagMutability", "variableType" : "ImageTagMutability", "documentation" : null, "simpleType" : "ImageTagMutability", "variableSetterType" : "ImageTagMutability" }, "wrapper" : false, "xmlNamespace" : null }, "InitiateLayerUploadRequest" : { "c2jName" : "InitiateLayerUploadRequest", "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" : "InitiateLayerUpload", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.InitiateLayerUpload", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which you intend to upload layers.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to which you intend to upload layers.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@param repositoryName The name of the repository to which you intend to upload layers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@return The name of the repository to which you intend to upload layers.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@param repositoryName The name of the repository to which you intend to upload layers.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which you intend to upload layers.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which you intend to upload layers.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to which you intend to upload layers.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@param repositoryName The name of the repository to which you intend to upload layers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@return The name of the repository to which you intend to upload layers.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@param repositoryName The name of the repository to which you intend to upload layers.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which you intend to upload layers.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which you intend to upload layers.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to which you intend to upload layers.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@param repositoryName The name of the repository to which you intend to upload layers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@return The name of the repository to which you intend to upload layers.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which you intend to upload layers.

\n@param repositoryName The name of the repository to which you intend to upload layers.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which you intend to upload layers.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "InitiateLayerUploadRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InitiateLayerUploadRequest", "variableName" : "initiateLayerUploadRequest", "variableType" : "InitiateLayerUploadRequest", "documentation" : null, "simpleType" : "InitiateLayerUploadRequest", "variableSetterType" : "InitiateLayerUploadRequest" }, "wrapper" : false, "xmlNamespace" : null }, "InitiateLayerUploadResponse" : { "c2jName" : "InitiateLayerUploadResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@return The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartSize", "beanStyleSetterMethodName" : "setPartSize", "c2jName" : "partSize", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partSize(Long)}.\n@param partSize a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partSize(Long)", "deprecated" : false, "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partSize", "fluentSetterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partSize", "getterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@return The size, in bytes, that Amazon ECR expects future layer part uploads to be.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartSize", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.", "setterMethodName" : "setPartSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PartSize" : { "beanStyleGetterMethodName" : "getPartSize", "beanStyleSetterMethodName" : "setPartSize", "c2jName" : "partSize", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partSize(Long)}.\n@param partSize a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partSize(Long)", "deprecated" : false, "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partSize", "fluentSetterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partSize", "getterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@return The size, in bytes, that Amazon ECR expects future layer part uploads to be.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartSize", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.", "setterMethodName" : "setPartSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@return The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@return The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartSize", "beanStyleSetterMethodName" : "setPartSize", "c2jName" : "partSize", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partSize(Long)}.\n@param partSize a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partSize(Long)", "deprecated" : false, "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partSize", "fluentSetterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partSize", "getterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@return The size, in bytes, that Amazon ECR expects future layer part uploads to be.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartSize", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.", "setterMethodName" : "setPartSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InitiateLayerUploadResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InitiateLayerUploadResponse", "variableName" : "initiateLayerUploadResponse", "variableType" : "InitiateLayerUploadResponse", "documentation" : null, "simpleType" : "InitiateLayerUploadResponse", "variableSetterType" : "InitiateLayerUploadResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidLayerException" : { "c2jName" : "InvalidLayerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidLayerException", "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" : "InvalidLayerException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLayerException", "variableName" : "invalidLayerException", "variableType" : "InvalidLayerException", "documentation" : null, "simpleType" : "InvalidLayerException", "variableSetterType" : "InvalidLayerException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidLayerPartException" : { "c2jName" : "InvalidLayerPartException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidLayerPartException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the exception.

\n@return The registry ID associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the exception.

\n@return The repository name associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the exception.

\n@return The upload ID associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastValidByteReceived", "beanStyleSetterMethodName" : "setLastValidByteReceived", "c2jName" : "lastValidByteReceived", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastValidByteReceived(Long)}.\n@param lastValidByteReceived a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastValidByteReceived(Long)", "deprecated" : false, "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastValidByteReceived", "fluentSetterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastValidByteReceived", "getterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@return The last valid byte received from the layer part upload that is associated with the exception.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastValidByteReceived", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastValidByteReceived", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastValidByteReceived", "sensitive" : false, "setterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.", "setterMethodName" : "setLastValidByteReceived", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastValidByteReceived" : { "beanStyleGetterMethodName" : "getLastValidByteReceived", "beanStyleSetterMethodName" : "setLastValidByteReceived", "c2jName" : "lastValidByteReceived", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastValidByteReceived(Long)}.\n@param lastValidByteReceived a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastValidByteReceived(Long)", "deprecated" : false, "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastValidByteReceived", "fluentSetterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastValidByteReceived", "getterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@return The last valid byte received from the layer part upload that is associated with the exception.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastValidByteReceived", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastValidByteReceived", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastValidByteReceived", "sensitive" : false, "setterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.", "setterMethodName" : "setLastValidByteReceived", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the exception.

\n@return The registry ID associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the exception.

\n@return The repository name associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the exception.

\n@return The upload ID associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the exception.

\n@return The registry ID associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the exception.

\n@return The repository name associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the exception.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the exception.

\n@return The upload ID associated with the exception.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastValidByteReceived", "beanStyleSetterMethodName" : "setLastValidByteReceived", "c2jName" : "lastValidByteReceived", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastValidByteReceived(Long)}.\n@param lastValidByteReceived a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastValidByteReceived(Long)", "deprecated" : false, "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastValidByteReceived", "fluentSetterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastValidByteReceived", "getterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@return The last valid byte received from the layer part upload that is associated with the exception.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastValidByteReceived", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastValidByteReceived", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastValidByteReceived", "sensitive" : false, "setterDocumentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.", "setterMethodName" : "setLastValidByteReceived", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidLayerPartException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLayerPartException", "variableName" : "invalidLayerPartException", "variableType" : "InvalidLayerPartException", "documentation" : null, "simpleType" : "InvalidLayerPartException", "variableSetterType" : "InvalidLayerPartException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterException", "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" : "InvalidParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterException", "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidTagParameterException" : { "c2jName" : "InvalidTagParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTagParameterException", "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" : "InvalidTagParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTagParameterException", "variableName" : "invalidTagParameterException", "variableType" : "InvalidTagParameterException", "documentation" : null, "simpleType" : "InvalidTagParameterException", "variableSetterType" : "InvalidTagParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "Layer" : { "c2jName" : "Layer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object representing an Amazon ECR image layer.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerDigest(String)}.\n@param layerDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerAvailabilityAsString", "beanStyleSetterMethodName" : "setLayerAvailability", "c2jName" : "layerAvailability", "c2jShape" : "LayerAvailability", "defaultConsumerFluentSetterDocumentation" : "

The availability status of the image layer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerAvailabilityAsString(String)}.\n@param layerAvailability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerAvailability(String)", "deprecated" : false, "documentation" : "

The availability status of the image layer.

", "endpointDiscoveryId" : false, "enumType" : "LayerAvailability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "layerAvailability", "fluentEnumSetterMethodName" : "layerAvailability", "fluentGetterMethodName" : "layerAvailabilityAsString", "fluentSetterDocumentation" : "

The availability status of the image layer.

\n@param layerAvailability The availability status of the image layer.\n@see LayerAvailability\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerAvailability", "fluentSetterMethodName" : "layerAvailability", "getterDocumentation" : "

The availability status of the image layer.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #layerAvailability} will return {@link LayerAvailability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #layerAvailabilityAsString}.\n

\n@return The availability status of the image layer.\n@see LayerAvailability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerAvailability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerAvailability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerAvailability", "sensitive" : false, "setterDocumentation" : "

The availability status of the image layer.

\n@param layerAvailability The availability status of the image layer.\n@see LayerAvailability", "setterMethodName" : "setLayerAvailability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : "

The availability status of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerSize", "beanStyleSetterMethodName" : "setLayerSize", "c2jName" : "layerSize", "c2jShape" : "LayerSizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, of the image layer.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #layerSize(Long)}.\n@param layerSize a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerSize(Long)", "deprecated" : false, "documentation" : "

The size, in bytes, of the image layer.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerSize", "fluentSetterDocumentation" : "

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerSize", "getterDocumentation" : "

The size, in bytes, of the image layer.

\n@return The size, in bytes, of the image layer.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LayerSize", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.", "setterMethodName" : "setLayerSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image layer.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMediaType", "beanStyleSetterMethodName" : "setMediaType", "c2jName" : "mediaType", "c2jShape" : "MediaType", "defaultConsumerFluentSetterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mediaType(String)}.\n@param mediaType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaType(String)", "deprecated" : false, "documentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaType", "fluentSetterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@param mediaType The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaType", "getterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@return The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "mediaType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "mediaType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaType", "sensitive" : false, "setterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@param mediaType The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.", "setterMethodName" : "setMediaType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaType", "variableType" : "String", "documentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerAvailability" : { "beanStyleGetterMethodName" : "getLayerAvailabilityAsString", "beanStyleSetterMethodName" : "setLayerAvailability", "c2jName" : "layerAvailability", "c2jShape" : "LayerAvailability", "defaultConsumerFluentSetterDocumentation" : "

The availability status of the image layer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerAvailabilityAsString(String)}.\n@param layerAvailability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerAvailability(String)", "deprecated" : false, "documentation" : "

The availability status of the image layer.

", "endpointDiscoveryId" : false, "enumType" : "LayerAvailability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "layerAvailability", "fluentEnumSetterMethodName" : "layerAvailability", "fluentGetterMethodName" : "layerAvailabilityAsString", "fluentSetterDocumentation" : "

The availability status of the image layer.

\n@param layerAvailability The availability status of the image layer.\n@see LayerAvailability\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerAvailability", "fluentSetterMethodName" : "layerAvailability", "getterDocumentation" : "

The availability status of the image layer.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #layerAvailability} will return {@link LayerAvailability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #layerAvailabilityAsString}.\n

\n@return The availability status of the image layer.\n@see LayerAvailability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerAvailability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerAvailability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerAvailability", "sensitive" : false, "setterDocumentation" : "

The availability status of the image layer.

\n@param layerAvailability The availability status of the image layer.\n@see LayerAvailability", "setterMethodName" : "setLayerAvailability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : "

The availability status of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LayerDigest" : { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerDigest(String)}.\n@param layerDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LayerSize" : { "beanStyleGetterMethodName" : "getLayerSize", "beanStyleSetterMethodName" : "setLayerSize", "c2jName" : "layerSize", "c2jShape" : "LayerSizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, of the image layer.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #layerSize(Long)}.\n@param layerSize a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerSize(Long)", "deprecated" : false, "documentation" : "

The size, in bytes, of the image layer.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerSize", "fluentSetterDocumentation" : "

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerSize", "getterDocumentation" : "

The size, in bytes, of the image layer.

\n@return The size, in bytes, of the image layer.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LayerSize", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.", "setterMethodName" : "setLayerSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image layer.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaType" : { "beanStyleGetterMethodName" : "getMediaType", "beanStyleSetterMethodName" : "setMediaType", "c2jName" : "mediaType", "c2jShape" : "MediaType", "defaultConsumerFluentSetterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mediaType(String)}.\n@param mediaType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaType(String)", "deprecated" : false, "documentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaType", "fluentSetterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@param mediaType The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaType", "getterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@return The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "mediaType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "mediaType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaType", "sensitive" : false, "setterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@param mediaType The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.", "setterMethodName" : "setMediaType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaType", "variableType" : "String", "documentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image layer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerDigest(String)}.\n@param layerDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerAvailabilityAsString", "beanStyleSetterMethodName" : "setLayerAvailability", "c2jName" : "layerAvailability", "c2jShape" : "LayerAvailability", "defaultConsumerFluentSetterDocumentation" : "

The availability status of the image layer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerAvailabilityAsString(String)}.\n@param layerAvailability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerAvailability(String)", "deprecated" : false, "documentation" : "

The availability status of the image layer.

", "endpointDiscoveryId" : false, "enumType" : "LayerAvailability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "layerAvailability", "fluentEnumSetterMethodName" : "layerAvailability", "fluentGetterMethodName" : "layerAvailabilityAsString", "fluentSetterDocumentation" : "

The availability status of the image layer.

\n@param layerAvailability The availability status of the image layer.\n@see LayerAvailability\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerAvailability", "fluentSetterMethodName" : "layerAvailability", "getterDocumentation" : "

The availability status of the image layer.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #layerAvailability} will return {@link LayerAvailability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #layerAvailabilityAsString}.\n

\n@return The availability status of the image layer.\n@see LayerAvailability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerAvailability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerAvailability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerAvailability", "sensitive" : false, "setterDocumentation" : "

The availability status of the image layer.

\n@param layerAvailability The availability status of the image layer.\n@see LayerAvailability", "setterMethodName" : "setLayerAvailability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : "

The availability status of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerSize", "beanStyleSetterMethodName" : "setLayerSize", "c2jName" : "layerSize", "c2jShape" : "LayerSizeInBytes", "defaultConsumerFluentSetterDocumentation" : "

The size, in bytes, of the image layer.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #layerSize(Long)}.\n@param layerSize a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerSize(Long)", "deprecated" : false, "documentation" : "

The size, in bytes, of the image layer.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerSize", "fluentSetterDocumentation" : "

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerSize", "getterDocumentation" : "

The size, in bytes, of the image layer.

\n@return The size, in bytes, of the image layer.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LayerSize", "sensitive" : false, "setterDocumentation" : "

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.", "setterMethodName" : "setLayerSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image layer.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMediaType", "beanStyleSetterMethodName" : "setMediaType", "c2jName" : "mediaType", "c2jShape" : "MediaType", "defaultConsumerFluentSetterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mediaType(String)}.\n@param mediaType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaType(String)", "deprecated" : false, "documentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaType", "fluentSetterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@param mediaType The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaType", "getterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@return The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "mediaType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "mediaType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaType", "sensitive" : false, "setterDocumentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

\n@param mediaType The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.", "setterMethodName" : "setMediaType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaType", "variableType" : "String", "documentation" : "

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Layer", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Layer", "variableName" : "layer", "variableType" : "Layer", "documentation" : null, "simpleType" : "Layer", "variableSetterType" : "Layer" }, "wrapper" : false, "xmlNamespace" : null }, "LayerAlreadyExistsException" : { "c2jName" : "LayerAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The image layer already exists in the associated repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LayerAlreadyExistsException", "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" : "LayerAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayerAlreadyExistsException", "variableName" : "layerAlreadyExistsException", "variableType" : "LayerAlreadyExistsException", "documentation" : null, "simpleType" : "LayerAlreadyExistsException", "variableSetterType" : "LayerAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "LayerAvailability" : { "c2jName" : "LayerAvailability", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "UNAVAILABLE", "value" : "UNAVAILABLE" } ], "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" : "LayerAvailability", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LayerAvailability", "variableName" : "layerAvailability", "variableType" : "LayerAvailability", "documentation" : null, "simpleType" : "LayerAvailability", "variableSetterType" : "LayerAvailability" }, "wrapper" : false, "xmlNamespace" : null }, "LayerFailure" : { "c2jName" : "LayerFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object representing an Amazon ECR image layer failure.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "BatchedOperationLayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The layer digest associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerDigest(String)}.\n@param layerDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerDigest(String)", "deprecated" : false, "documentation" : "

The layer digest associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerDigest", "fluentSetterDocumentation" : "

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The layer digest associated with the failure.

\n@return The layer digest associated with the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The layer digest associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureCodeAsString", "beanStyleSetterMethodName" : "setFailureCode", "c2jName" : "failureCode", "c2jShape" : "LayerFailureCode", "defaultConsumerFluentSetterDocumentation" : "

The failure code associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureCodeAsString(String)}.\n@param failureCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureCode(String)", "deprecated" : false, "documentation" : "

The failure code associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : "LayerFailureCode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureCode", "fluentEnumSetterMethodName" : "failureCode", "fluentGetterMethodName" : "failureCodeAsString", "fluentSetterDocumentation" : "

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerFailureCode", "fluentSetterMethodName" : "failureCode", "getterDocumentation" : "

The failure code associated with the failure.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link LayerFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n

\n@return The failure code associated with the failure.\n@see LayerFailureCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureCode", "sensitive" : false, "setterDocumentation" : "

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode", "setterMethodName" : "setFailureCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The failure code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "LayerFailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason for the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for the failure.

\n@return The reason for the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureCode" : { "beanStyleGetterMethodName" : "getFailureCodeAsString", "beanStyleSetterMethodName" : "setFailureCode", "c2jName" : "failureCode", "c2jShape" : "LayerFailureCode", "defaultConsumerFluentSetterDocumentation" : "

The failure code associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureCodeAsString(String)}.\n@param failureCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureCode(String)", "deprecated" : false, "documentation" : "

The failure code associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : "LayerFailureCode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureCode", "fluentEnumSetterMethodName" : "failureCode", "fluentGetterMethodName" : "failureCodeAsString", "fluentSetterDocumentation" : "

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerFailureCode", "fluentSetterMethodName" : "failureCode", "getterDocumentation" : "

The failure code associated with the failure.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link LayerFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n

\n@return The failure code associated with the failure.\n@see LayerFailureCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureCode", "sensitive" : false, "setterDocumentation" : "

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode", "setterMethodName" : "setFailureCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The failure code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "LayerFailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason for the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for the failure.

\n@return The reason for the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LayerDigest" : { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "BatchedOperationLayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The layer digest associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerDigest(String)}.\n@param layerDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerDigest(String)", "deprecated" : false, "documentation" : "

The layer digest associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerDigest", "fluentSetterDocumentation" : "

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The layer digest associated with the failure.

\n@return The layer digest associated with the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The layer digest associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLayerDigest", "beanStyleSetterMethodName" : "setLayerDigest", "c2jName" : "layerDigest", "c2jShape" : "BatchedOperationLayerDigest", "defaultConsumerFluentSetterDocumentation" : "

The layer digest associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #layerDigest(String)}.\n@param layerDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerDigest(String)", "deprecated" : false, "documentation" : "

The layer digest associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerDigest", "fluentSetterDocumentation" : "

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerDigest", "getterDocumentation" : "

The layer digest associated with the failure.

\n@return The layer digest associated with the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LayerDigest", "sensitive" : false, "setterDocumentation" : "

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.", "setterMethodName" : "setLayerDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The layer digest associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureCodeAsString", "beanStyleSetterMethodName" : "setFailureCode", "c2jName" : "failureCode", "c2jShape" : "LayerFailureCode", "defaultConsumerFluentSetterDocumentation" : "

The failure code associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureCodeAsString(String)}.\n@param failureCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureCode(String)", "deprecated" : false, "documentation" : "

The failure code associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : "LayerFailureCode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureCode", "fluentEnumSetterMethodName" : "failureCode", "fluentGetterMethodName" : "failureCodeAsString", "fluentSetterDocumentation" : "

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerFailureCode", "fluentSetterMethodName" : "failureCode", "getterDocumentation" : "

The failure code associated with the failure.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link LayerFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n

\n@return The failure code associated with the failure.\n@see LayerFailureCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureCode", "sensitive" : false, "setterDocumentation" : "

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode", "setterMethodName" : "setFailureCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The failure code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "failureReason", "c2jShape" : "LayerFailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason for the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason for the failure.

\n@return The reason for the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "failureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason for the failure.

\n@param failureReason The reason for the failure.", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LayerFailure", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LayerFailure", "variableName" : "layerFailure", "variableType" : "LayerFailure", "documentation" : null, "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "wrapper" : false, "xmlNamespace" : null }, "LayerFailureCode" : { "c2jName" : "LayerFailureCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INVALID_LAYER_DIGEST", "value" : "InvalidLayerDigest" }, { "name" : "MISSING_LAYER_DIGEST", "value" : "MissingLayerDigest" } ], "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" : "LayerFailureCode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LayerFailureCode", "variableName" : "layerFailureCode", "variableType" : "LayerFailureCode", "documentation" : null, "simpleType" : "LayerFailureCode", "variableSetterType" : "LayerFailureCode" }, "wrapper" : false, "xmlNamespace" : null }, "LayerInaccessibleException" : { "c2jName" : "LayerInaccessibleException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified layer is not available because it is not associated with an image. Unassociated image layers may be cleaned up at any time.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LayerInaccessibleException", "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" : "LayerInaccessibleException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayerInaccessibleException", "variableName" : "layerInaccessibleException", "variableType" : "LayerInaccessibleException", "documentation" : null, "simpleType" : "LayerInaccessibleException", "variableSetterType" : "LayerInaccessibleException" }, "wrapper" : false, "xmlNamespace" : null }, "LayerPartTooSmallException" : { "c2jName" : "LayerPartTooSmallException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Layer parts must be at least 5 MiB in size.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LayerPartTooSmallException", "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" : "LayerPartTooSmallException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayerPartTooSmallException", "variableName" : "layerPartTooSmallException", "variableType" : "LayerPartTooSmallException", "documentation" : null, "simpleType" : "LayerPartTooSmallException", "variableSetterType" : "LayerPartTooSmallException" }, "wrapper" : false, "xmlNamespace" : null }, "LayersNotFoundException" : { "c2jName" : "LayersNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified layers could not be found, or the specified layer is not valid for this repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LayersNotFoundException", "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" : "LayersNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayersNotFoundException", "variableName" : "layersNotFoundException", "variableType" : "LayersNotFoundException", "documentation" : null, "simpleType" : "LayersNotFoundException", "variableSetterType" : "LayersNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyNotFoundException" : { "c2jName" : "LifecyclePolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The lifecycle policy could not be found, and no policy is set to the repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LifecyclePolicyNotFoundException", "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" : "LifecyclePolicyNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyNotFoundException", "variableName" : "lifecyclePolicyNotFoundException", "variableType" : "LifecyclePolicyNotFoundException", "documentation" : null, "simpleType" : "LifecyclePolicyNotFoundException", "variableSetterType" : "LifecyclePolicyNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyPreviewFilter" : { "c2jName" : "LifecyclePolicyPreviewFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The filter for the lifecycle policy preview.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status of the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tagStatusAsString(String)}.\n@param tagStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagStatus(String)", "deprecated" : false, "documentation" : "

The tag status of the image.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status of the image.

\n@param tagStatus The tag status of the image.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status of the image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #tagStatus} will return {@link TagStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tagStatusAsString}.\n

\n@return The tag status of the image.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status of the image.

\n@param tagStatus The tag status of the image.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status of the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagStatus" : { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status of the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tagStatusAsString(String)}.\n@param tagStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagStatus(String)", "deprecated" : false, "documentation" : "

The tag status of the image.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status of the image.

\n@param tagStatus The tag status of the image.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status of the image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #tagStatus} will return {@link TagStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tagStatusAsString}.\n

\n@return The tag status of the image.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status of the image.

\n@param tagStatus The tag status of the image.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status of the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status of the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tagStatusAsString(String)}.\n@param tagStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagStatus(String)", "deprecated" : false, "documentation" : "

The tag status of the image.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status of the image.

\n@param tagStatus The tag status of the image.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status of the image.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #tagStatus} will return {@link TagStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tagStatusAsString}.\n

\n@return The tag status of the image.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status of the image.

\n@param tagStatus The tag status of the image.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status of the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LifecyclePolicyPreviewFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewFilter", "variableName" : "lifecyclePolicyPreviewFilter", "variableType" : "LifecyclePolicyPreviewFilter", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewFilter", "variableSetterType" : "LifecyclePolicyPreviewFilter" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyPreviewInProgressException" : { "c2jName" : "LifecyclePolicyPreviewInProgressException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The previous lifecycle policy preview request has not completed. Please try again later.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LifecyclePolicyPreviewInProgressException", "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" : "LifecyclePolicyPreviewInProgressException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewInProgressException", "variableName" : "lifecyclePolicyPreviewInProgressException", "variableType" : "LifecyclePolicyPreviewInProgressException", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewInProgressException", "variableSetterType" : "LifecyclePolicyPreviewInProgressException" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyPreviewNotFoundException" : { "c2jName" : "LifecyclePolicyPreviewNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

There is no dry run for this repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LifecyclePolicyPreviewNotFoundException", "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" : "LifecyclePolicyPreviewNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewNotFoundException", "variableName" : "lifecyclePolicyPreviewNotFoundException", "variableType" : "LifecyclePolicyPreviewNotFoundException", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewNotFoundException", "variableSetterType" : "LifecyclePolicyPreviewNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyPreviewResult" : { "c2jName" : "LifecyclePolicyPreviewResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of the lifecycle policy preview.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageTags", "beanStyleSetterMethodName" : "setImageTags", "c2jName" : "imageTags", "c2jShape" : "ImageTagList", "defaultConsumerFluentSetterDocumentation" : "

The list of tags associated with this image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageTags(List)}.\n@param imageTags 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 #imageTags(List)", "deprecated" : false, "documentation" : "

The list of tags associated with this image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTags", "fluentSetterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTags", "getterDocumentation" : "

The list of tags associated with this image.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The list of tags associated with this image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageTags", "sensitive" : false, "setterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.", "setterMethodName" : "setImageTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : "

The list of tags associated with this image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageDigest(String)}.\n@param imageDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImagePushedAt", "beanStyleSetterMethodName" : "setImagePushedAt", "c2jName" : "imagePushedAt", "c2jShape" : "PushTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\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 #imagePushedAt(Instant)}.\n@param imagePushedAt 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 #imagePushedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imagePushedAt", "fluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imagePushedAt", "getterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@return The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "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" : "imagePushedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imagePushedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImagePushedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "setterMethodName" : "setImagePushedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "action", "c2jShape" : "LifecyclePolicyRuleAction", "defaultConsumerFluentSetterDocumentation" : "

The type of action to be taken.

\nThis is a convenience that creates an instance of the {@link LifecyclePolicyRuleAction.Builder} avoiding the need to create one manually via {@link LifecyclePolicyRuleAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LifecyclePolicyRuleAction.Builder#build()} is called immediately and its result is passed to {@link #action(LifecyclePolicyRuleAction)}.\n@param action a consumer that will call methods on {@link LifecyclePolicyRuleAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(LifecyclePolicyRuleAction)", "deprecated" : false, "documentation" : "

The type of action to be taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "action", "fluentSetterDocumentation" : "

The type of action to be taken.

\n@param action The type of action to be taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "action", "getterDocumentation" : "

The type of action to be taken.

\n@return The type of action to be taken.", "getterModel" : { "returnType" : "LifecyclePolicyRuleAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

The type of action to be taken.

\n@param action The type of action to be taken.", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyRuleAction", "variableName" : "action", "variableType" : "LifecyclePolicyRuleAction", "documentation" : null, "simpleType" : "LifecyclePolicyRuleAction", "variableSetterType" : "LifecyclePolicyRuleAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyRuleAction", "variableName" : "action", "variableType" : "LifecyclePolicyRuleAction", "documentation" : "

The type of action to be taken.

", "simpleType" : "LifecyclePolicyRuleAction", "variableSetterType" : "LifecyclePolicyRuleAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAppliedRulePriority", "beanStyleSetterMethodName" : "setAppliedRulePriority", "c2jName" : "appliedRulePriority", "c2jShape" : "LifecyclePolicyRulePriority", "defaultConsumerFluentSetterDocumentation" : "

The priority of the applied rule.

\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 #appliedRulePriority(Integer)}.\n@param appliedRulePriority 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 #appliedRulePriority(Integer)", "deprecated" : false, "documentation" : "

The priority of the applied rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedRulePriority", "fluentSetterDocumentation" : "

The priority of the applied rule.

\n@param appliedRulePriority The priority of the applied rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedRulePriority", "getterDocumentation" : "

The priority of the applied rule.

\n@return The priority of the applied rule.", "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" : "appliedRulePriority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appliedRulePriority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AppliedRulePriority", "sensitive" : false, "setterDocumentation" : "

The priority of the applied rule.

\n@param appliedRulePriority The priority of the applied rule.", "setterMethodName" : "setAppliedRulePriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "appliedRulePriority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "appliedRulePriority", "variableType" : "Integer", "documentation" : "

The priority of the applied rule.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "action", "c2jShape" : "LifecyclePolicyRuleAction", "defaultConsumerFluentSetterDocumentation" : "

The type of action to be taken.

\nThis is a convenience that creates an instance of the {@link LifecyclePolicyRuleAction.Builder} avoiding the need to create one manually via {@link LifecyclePolicyRuleAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LifecyclePolicyRuleAction.Builder#build()} is called immediately and its result is passed to {@link #action(LifecyclePolicyRuleAction)}.\n@param action a consumer that will call methods on {@link LifecyclePolicyRuleAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(LifecyclePolicyRuleAction)", "deprecated" : false, "documentation" : "

The type of action to be taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "action", "fluentSetterDocumentation" : "

The type of action to be taken.

\n@param action The type of action to be taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "action", "getterDocumentation" : "

The type of action to be taken.

\n@return The type of action to be taken.", "getterModel" : { "returnType" : "LifecyclePolicyRuleAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

The type of action to be taken.

\n@param action The type of action to be taken.", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyRuleAction", "variableName" : "action", "variableType" : "LifecyclePolicyRuleAction", "documentation" : null, "simpleType" : "LifecyclePolicyRuleAction", "variableSetterType" : "LifecyclePolicyRuleAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyRuleAction", "variableName" : "action", "variableType" : "LifecyclePolicyRuleAction", "documentation" : "

The type of action to be taken.

", "simpleType" : "LifecyclePolicyRuleAction", "variableSetterType" : "LifecyclePolicyRuleAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AppliedRulePriority" : { "beanStyleGetterMethodName" : "getAppliedRulePriority", "beanStyleSetterMethodName" : "setAppliedRulePriority", "c2jName" : "appliedRulePriority", "c2jShape" : "LifecyclePolicyRulePriority", "defaultConsumerFluentSetterDocumentation" : "

The priority of the applied rule.

\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 #appliedRulePriority(Integer)}.\n@param appliedRulePriority 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 #appliedRulePriority(Integer)", "deprecated" : false, "documentation" : "

The priority of the applied rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedRulePriority", "fluentSetterDocumentation" : "

The priority of the applied rule.

\n@param appliedRulePriority The priority of the applied rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedRulePriority", "getterDocumentation" : "

The priority of the applied rule.

\n@return The priority of the applied rule.", "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" : "appliedRulePriority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appliedRulePriority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AppliedRulePriority", "sensitive" : false, "setterDocumentation" : "

The priority of the applied rule.

\n@param appliedRulePriority The priority of the applied rule.", "setterMethodName" : "setAppliedRulePriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "appliedRulePriority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "appliedRulePriority", "variableType" : "Integer", "documentation" : "

The priority of the applied rule.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageDigest" : { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageDigest(String)}.\n@param imageDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImagePushedAt" : { "beanStyleGetterMethodName" : "getImagePushedAt", "beanStyleSetterMethodName" : "setImagePushedAt", "c2jName" : "imagePushedAt", "c2jShape" : "PushTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\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 #imagePushedAt(Instant)}.\n@param imagePushedAt 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 #imagePushedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imagePushedAt", "fluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imagePushedAt", "getterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@return The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "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" : "imagePushedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imagePushedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImagePushedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "setterMethodName" : "setImagePushedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageTags" : { "beanStyleGetterMethodName" : "getImageTags", "beanStyleSetterMethodName" : "setImageTags", "c2jName" : "imageTags", "c2jShape" : "ImageTagList", "defaultConsumerFluentSetterDocumentation" : "

The list of tags associated with this image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageTags(List)}.\n@param imageTags 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 #imageTags(List)", "deprecated" : false, "documentation" : "

The list of tags associated with this image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTags", "fluentSetterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTags", "getterDocumentation" : "

The list of tags associated with this image.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The list of tags associated with this image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageTags", "sensitive" : false, "setterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.", "setterMethodName" : "setImageTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : "

The list of tags associated with this image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageTags", "beanStyleSetterMethodName" : "setImageTags", "c2jName" : "imageTags", "c2jShape" : "ImageTagList", "defaultConsumerFluentSetterDocumentation" : "

The list of tags associated with this image.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #imageTags(List)}.\n@param imageTags 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 #imageTags(List)", "deprecated" : false, "documentation" : "

The list of tags associated with this image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTags", "fluentSetterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTags", "getterDocumentation" : "

The list of tags associated with this image.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The list of tags associated with this image.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageTags", "sensitive" : false, "setterDocumentation" : "

The list of tags associated with this image.

\n@param imageTags The list of tags associated with this image.", "setterMethodName" : "setImageTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageTags", "variableType" : "java.util.List", "documentation" : "

The list of tags associated with this image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageDigest", "beanStyleSetterMethodName" : "setImageDigest", "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "defaultConsumerFluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageDigest(String)}.\n@param imageDigest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageDigest(String)", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageDigest", "fluentSetterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageDigest", "getterDocumentation" : "

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageDigest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageDigest", "sensitive" : false, "setterDocumentation" : "

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.", "setterMethodName" : "setImageDigest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImagePushedAt", "beanStyleSetterMethodName" : "setImagePushedAt", "c2jName" : "imagePushedAt", "c2jShape" : "PushTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\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 #imagePushedAt(Instant)}.\n@param imagePushedAt 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 #imagePushedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imagePushedAt", "fluentSetterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imagePushedAt", "getterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@return The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "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" : "imagePushedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imagePushedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImagePushedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

\n@param imagePushedAt The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.", "setterMethodName" : "setImagePushedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "imagePushedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "action", "c2jShape" : "LifecyclePolicyRuleAction", "defaultConsumerFluentSetterDocumentation" : "

The type of action to be taken.

\nThis is a convenience that creates an instance of the {@link LifecyclePolicyRuleAction.Builder} avoiding the need to create one manually via {@link LifecyclePolicyRuleAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LifecyclePolicyRuleAction.Builder#build()} is called immediately and its result is passed to {@link #action(LifecyclePolicyRuleAction)}.\n@param action a consumer that will call methods on {@link LifecyclePolicyRuleAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(LifecyclePolicyRuleAction)", "deprecated" : false, "documentation" : "

The type of action to be taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "action", "fluentSetterDocumentation" : "

The type of action to be taken.

\n@param action The type of action to be taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "action", "getterDocumentation" : "

The type of action to be taken.

\n@return The type of action to be taken.", "getterModel" : { "returnType" : "LifecyclePolicyRuleAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

The type of action to be taken.

\n@param action The type of action to be taken.", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "LifecyclePolicyRuleAction", "variableName" : "action", "variableType" : "LifecyclePolicyRuleAction", "documentation" : null, "simpleType" : "LifecyclePolicyRuleAction", "variableSetterType" : "LifecyclePolicyRuleAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LifecyclePolicyRuleAction", "variableName" : "action", "variableType" : "LifecyclePolicyRuleAction", "documentation" : "

The type of action to be taken.

", "simpleType" : "LifecyclePolicyRuleAction", "variableSetterType" : "LifecyclePolicyRuleAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAppliedRulePriority", "beanStyleSetterMethodName" : "setAppliedRulePriority", "c2jName" : "appliedRulePriority", "c2jShape" : "LifecyclePolicyRulePriority", "defaultConsumerFluentSetterDocumentation" : "

The priority of the applied rule.

\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 #appliedRulePriority(Integer)}.\n@param appliedRulePriority 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 #appliedRulePriority(Integer)", "deprecated" : false, "documentation" : "

The priority of the applied rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedRulePriority", "fluentSetterDocumentation" : "

The priority of the applied rule.

\n@param appliedRulePriority The priority of the applied rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedRulePriority", "getterDocumentation" : "

The priority of the applied rule.

\n@return The priority of the applied rule.", "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" : "appliedRulePriority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appliedRulePriority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "AppliedRulePriority", "sensitive" : false, "setterDocumentation" : "

The priority of the applied rule.

\n@param appliedRulePriority The priority of the applied rule.", "setterMethodName" : "setAppliedRulePriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "appliedRulePriority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "appliedRulePriority", "variableType" : "Integer", "documentation" : "

The priority of the applied rule.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LifecyclePolicyPreviewResult", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewResult", "variableName" : "lifecyclePolicyPreviewResult", "variableType" : "LifecyclePolicyPreviewResult", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewResult", "variableSetterType" : "LifecyclePolicyPreviewResult" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyPreviewStatus" : { "c2jName" : "LifecyclePolicyPreviewStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "COMPLETE", "value" : "COMPLETE" }, { "name" : "EXPIRED", "value" : "EXPIRED" }, { "name" : "FAILED", "value" : "FAILED" } ], "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" : "LifecyclePolicyPreviewStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewStatus", "variableName" : "lifecyclePolicyPreviewStatus", "variableType" : "LifecyclePolicyPreviewStatus", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewStatus", "variableSetterType" : "LifecyclePolicyPreviewStatus" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyPreviewSummary" : { "c2jName" : "LifecyclePolicyPreviewSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The summary of the lifecycle policy preview request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExpiringImageTotalCount", "beanStyleSetterMethodName" : "setExpiringImageTotalCount", "c2jName" : "expiringImageTotalCount", "c2jShape" : "ImageCount", "defaultConsumerFluentSetterDocumentation" : "

The number of expiring images.

\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 #expiringImageTotalCount(Integer)}.\n@param expiringImageTotalCount 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 #expiringImageTotalCount(Integer)", "deprecated" : false, "documentation" : "

The number of expiring images.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiringImageTotalCount", "fluentSetterDocumentation" : "

The number of expiring images.

\n@param expiringImageTotalCount The number of expiring images.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiringImageTotalCount", "getterDocumentation" : "

The number of expiring images.

\n@return The number of expiring images.", "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" : "expiringImageTotalCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiringImageTotalCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ExpiringImageTotalCount", "sensitive" : false, "setterDocumentation" : "

The number of expiring images.

\n@param expiringImageTotalCount The number of expiring images.", "setterMethodName" : "setExpiringImageTotalCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "expiringImageTotalCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "expiringImageTotalCount", "variableType" : "Integer", "documentation" : "

The number of expiring images.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExpiringImageTotalCount" : { "beanStyleGetterMethodName" : "getExpiringImageTotalCount", "beanStyleSetterMethodName" : "setExpiringImageTotalCount", "c2jName" : "expiringImageTotalCount", "c2jShape" : "ImageCount", "defaultConsumerFluentSetterDocumentation" : "

The number of expiring images.

\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 #expiringImageTotalCount(Integer)}.\n@param expiringImageTotalCount 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 #expiringImageTotalCount(Integer)", "deprecated" : false, "documentation" : "

The number of expiring images.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiringImageTotalCount", "fluentSetterDocumentation" : "

The number of expiring images.

\n@param expiringImageTotalCount The number of expiring images.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiringImageTotalCount", "getterDocumentation" : "

The number of expiring images.

\n@return The number of expiring images.", "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" : "expiringImageTotalCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiringImageTotalCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ExpiringImageTotalCount", "sensitive" : false, "setterDocumentation" : "

The number of expiring images.

\n@param expiringImageTotalCount The number of expiring images.", "setterMethodName" : "setExpiringImageTotalCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "expiringImageTotalCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "expiringImageTotalCount", "variableType" : "Integer", "documentation" : "

The number of expiring images.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExpiringImageTotalCount", "beanStyleSetterMethodName" : "setExpiringImageTotalCount", "c2jName" : "expiringImageTotalCount", "c2jShape" : "ImageCount", "defaultConsumerFluentSetterDocumentation" : "

The number of expiring images.

\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 #expiringImageTotalCount(Integer)}.\n@param expiringImageTotalCount 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 #expiringImageTotalCount(Integer)", "deprecated" : false, "documentation" : "

The number of expiring images.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiringImageTotalCount", "fluentSetterDocumentation" : "

The number of expiring images.

\n@param expiringImageTotalCount The number of expiring images.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiringImageTotalCount", "getterDocumentation" : "

The number of expiring images.

\n@return The number of expiring images.", "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" : "expiringImageTotalCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiringImageTotalCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ExpiringImageTotalCount", "sensitive" : false, "setterDocumentation" : "

The number of expiring images.

\n@param expiringImageTotalCount The number of expiring images.", "setterMethodName" : "setExpiringImageTotalCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "expiringImageTotalCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "expiringImageTotalCount", "variableType" : "Integer", "documentation" : "

The number of expiring images.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LifecyclePolicyPreviewSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LifecyclePolicyPreviewSummary", "variableName" : "lifecyclePolicyPreviewSummary", "variableType" : "LifecyclePolicyPreviewSummary", "documentation" : null, "simpleType" : "LifecyclePolicyPreviewSummary", "variableSetterType" : "LifecyclePolicyPreviewSummary" }, "wrapper" : false, "xmlNamespace" : null }, "LifecyclePolicyRuleAction" : { "c2jName" : "LifecyclePolicyRuleAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The type of action to be taken.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "ImageActionType", "defaultConsumerFluentSetterDocumentation" : "

The type of action to be taken.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

The type of action to be taken.

", "endpointDiscoveryId" : false, "enumType" : "ImageActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The type of action to be taken.

\n@param type The type of action to be taken.\n@see ImageActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageActionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of action to be taken.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ImageActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action to be taken.\n@see ImageActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of action to be taken.

\n@param type The type of action to be taken.\n@see ImageActionType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action to be taken.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "ImageActionType", "defaultConsumerFluentSetterDocumentation" : "

The type of action to be taken.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

The type of action to be taken.

", "endpointDiscoveryId" : false, "enumType" : "ImageActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The type of action to be taken.

\n@param type The type of action to be taken.\n@see ImageActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageActionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of action to be taken.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ImageActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action to be taken.\n@see ImageActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of action to be taken.

\n@param type The type of action to be taken.\n@see ImageActionType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action to be taken.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "ImageActionType", "defaultConsumerFluentSetterDocumentation" : "

The type of action to be taken.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

The type of action to be taken.

", "endpointDiscoveryId" : false, "enumType" : "ImageActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The type of action to be taken.

\n@param type The type of action to be taken.\n@see ImageActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageActionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of action to be taken.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ImageActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action to be taken.\n@see ImageActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of action to be taken.

\n@param type The type of action to be taken.\n@see ImageActionType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action to be taken.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LifecyclePolicyRuleAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LifecyclePolicyRuleAction", "variableName" : "lifecyclePolicyRuleAction", "variableType" : "LifecyclePolicyRuleAction", "documentation" : null, "simpleType" : "LifecyclePolicyRuleAction", "variableSetterType" : "LifecyclePolicyRuleAction" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon Elastic Container Registry User Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "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" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ListImagesFilter" : { "c2jName" : "ListImagesFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object representing a filter on a ListImages operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tagStatusAsString(String)}.\n@param tagStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagStatus(String)", "deprecated" : false, "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #tagStatus} will return {@link TagStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tagStatusAsString}.\n

\n@return The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagStatus" : { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tagStatusAsString(String)}.\n@param tagStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagStatus(String)", "deprecated" : false, "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #tagStatus} will return {@link TagStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tagStatusAsString}.\n

\n@return The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTagStatusAsString", "beanStyleSetterMethodName" : "setTagStatus", "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "defaultConsumerFluentSetterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tagStatusAsString(String)}.\n@param tagStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagStatus(String)", "deprecated" : false, "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "endpointDiscoveryId" : false, "enumType" : "TagStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tagStatus", "fluentEnumSetterMethodName" : "tagStatus", "fluentGetterMethodName" : "tagStatusAsString", "fluentSetterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus", "fluentSetterMethodName" : "tagStatus", "getterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #tagStatus} will return {@link TagStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tagStatusAsString}.\n

\n@return The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tagStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TagStatus", "sensitive" : false, "setterDocumentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus", "setterMethodName" : "setTagStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListImagesFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "listImagesFilter", "variableType" : "ListImagesFilter", "documentation" : null, "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "wrapper" : false, "xmlNamespace" : null }, "ListImagesRequest" : { "c2jName" : "ListImagesRequest", "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" : "ListImages", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.ListImages", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository with image IDs to be listed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository with image IDs to be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository with image IDs to be listed.

\n@param repositoryName The repository with image IDs to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository with image IDs to be listed.

\n@return The repository with image IDs to be listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository with image IDs to be listed.

\n@param repositoryName The repository with image IDs to be listed.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository with image IDs to be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "ListImagesFilter", "defaultConsumerFluentSetterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\nThis is a convenience that creates an instance of the {@link ListImagesFilter.Builder} avoiding the need to create one manually via {@link ListImagesFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ListImagesFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ListImagesFilter)}.\n@param filter a consumer that will call methods on {@link ListImagesFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(ListImagesFilter)", "deprecated" : false, "documentation" : "

The filter key and value with which to filter your ListImages results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@return The filter key and value with which to filter your ListImages results.", "getterModel" : { "returnType" : "ListImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : null, "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : "

The filter key and value with which to filter your ListImages results.

", "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "ListImagesFilter", "defaultConsumerFluentSetterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\nThis is a convenience that creates an instance of the {@link ListImagesFilter.Builder} avoiding the need to create one manually via {@link ListImagesFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ListImagesFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ListImagesFilter)}.\n@param filter a consumer that will call methods on {@link ListImagesFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(ListImagesFilter)", "deprecated" : false, "documentation" : "

The filter key and value with which to filter your ListImages results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@return The filter key and value with which to filter your ListImages results.", "getterModel" : { "returnType" : "ListImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : null, "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : "

The filter key and value with which to filter your ListImages results.

", "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository with image IDs to be listed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository with image IDs to be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository with image IDs to be listed.

\n@param repositoryName The repository with image IDs to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository with image IDs to be listed.

\n@return The repository with image IDs to be listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository with image IDs to be listed.

\n@param repositoryName The repository with image IDs to be listed.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository with image IDs to be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository with image IDs to be listed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository with image IDs to be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository with image IDs to be listed.

\n@param repositoryName The repository with image IDs to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository with image IDs to be listed.

\n@return The repository with image IDs to be listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository with image IDs to be listed.

\n@param repositoryName The repository with image IDs to be listed.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository with image IDs to be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.", "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" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "filter", "c2jShape" : "ListImagesFilter", "defaultConsumerFluentSetterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\nThis is a convenience that creates an instance of the {@link ListImagesFilter.Builder} avoiding the need to create one manually via {@link ListImagesFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ListImagesFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ListImagesFilter)}.\n@param filter a consumer that will call methods on {@link ListImagesFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(ListImagesFilter)", "deprecated" : false, "documentation" : "

The filter key and value with which to filter your ListImages results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@return The filter key and value with which to filter your ListImages results.", "getterModel" : { "returnType" : "ListImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : null, "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : "

The filter key and value with which to filter your ListImages results.

", "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "ListImagesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListImagesRequest", "variableName" : "listImagesRequest", "variableType" : "ListImagesRequest", "documentation" : null, "simpleType" : "ListImagesRequest", "variableSetterType" : "ListImagesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListImagesResponse" : { "c2jName" : "ListImagesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageIds", "fluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of image IDs for the requested repository.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The list of image IDs for the requested repository.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageIds" : { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageIds", "fluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of image IDs for the requested repository.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The list of image IDs for the requested repository.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImageIds", "beanStyleSetterMethodName" : "setImageIds", "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\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 #imageIds(List)}.\n@param imageIds 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 #imageIds(List)", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageIds", "fluentSetterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageIds", "getterDocumentation" : "

The list of image IDs for the requested repository.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The list of image IDs for the requested repository.", "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" : "imageIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #member(ImageIdentifier)}.\n@param member a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ImageIds", "sensitive" : false, "setterDocumentation" : "

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.", "setterMethodName" : "setImageIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListImagesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListImagesResponse", "variableName" : "listImagesResponse", "variableType" : "ListImagesResponse", "documentation" : null, "simpleType" : "ListImagesResponse", "variableSetterType" : "ListImagesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags for the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags for the resource.

\n@param tags The tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The tags for the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags for the resource.

\n@param tags The tags for the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags for the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags for the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags for the resource.

\n@param tags The tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The tags for the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags for the resource.

\n@param tags The tags for the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags for the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags for the resource.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The tags for the resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags for the resource.

\n@param tags The tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags for the resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The tags for the resource.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags for the resource.

\n@param tags The tags for the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags for the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutImageRequest" : { "c2jName" : "PutImageRequest", "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" : "PutImage", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.PutImage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to put the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to put the image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to put the image.

\n@return The name of the repository in which to put the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to put the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageManifest", "beanStyleSetterMethodName" : "setImageManifest", "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "defaultConsumerFluentSetterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageManifest(String)}.\n@param imageManifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageManifest(String)", "deprecated" : false, "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageManifest", "fluentSetterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageManifest", "getterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@return The image manifest corresponding to the image to be uploaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageManifest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageManifest", "sensitive" : false, "setterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.", "setterMethodName" : "setImageManifest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTag", "beanStyleSetterMethodName" : "setImageTag", "c2jName" : "imageTag", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTag(String)}.\n@param imageTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTag(String)", "deprecated" : false, "documentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTag", "fluentSetterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@param imageTag The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTag", "getterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@return The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTag", "sensitive" : false, "setterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@param imageTag The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.", "setterMethodName" : "setImageTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageManifest" : { "beanStyleGetterMethodName" : "getImageManifest", "beanStyleSetterMethodName" : "setImageManifest", "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "defaultConsumerFluentSetterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageManifest(String)}.\n@param imageManifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageManifest(String)", "deprecated" : false, "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageManifest", "fluentSetterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageManifest", "getterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@return The image manifest corresponding to the image to be uploaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageManifest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageManifest", "sensitive" : false, "setterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.", "setterMethodName" : "setImageManifest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageTag" : { "beanStyleGetterMethodName" : "getImageTag", "beanStyleSetterMethodName" : "setImageTag", "c2jName" : "imageTag", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTag(String)}.\n@param imageTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTag(String)", "deprecated" : false, "documentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTag", "fluentSetterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@param imageTag The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTag", "getterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@return The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTag", "sensitive" : false, "setterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@param imageTag The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.", "setterMethodName" : "setImageTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to put the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to put the image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to put the image.

\n@return The name of the repository in which to put the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to put the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to put the image.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to put the image.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to put the image.

\n@return The name of the repository in which to put the image.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to put the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageManifest", "beanStyleSetterMethodName" : "setImageManifest", "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "defaultConsumerFluentSetterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageManifest(String)}.\n@param imageManifest a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageManifest(String)", "deprecated" : false, "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageManifest", "fluentSetterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageManifest", "getterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@return The image manifest corresponding to the image to be uploaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageManifest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageManifest", "sensitive" : false, "setterDocumentation" : "

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.", "setterMethodName" : "setImageManifest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTag", "beanStyleSetterMethodName" : "setImageTag", "c2jName" : "imageTag", "c2jShape" : "ImageTag", "defaultConsumerFluentSetterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTag(String)}.\n@param imageTag a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTag(String)", "deprecated" : false, "documentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageTag", "fluentSetterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@param imageTag The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageTag", "getterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@return The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTag", "sensitive" : false, "setterDocumentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

\n@param imageTag The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.", "setterMethodName" : "setImageTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "imageManifest" ], "shapeName" : "PutImageRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutImageRequest", "variableName" : "putImageRequest", "variableType" : "PutImageRequest", "documentation" : null, "simpleType" : "PutImageRequest", "variableSetterType" : "PutImageRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutImageResponse" : { "c2jName" : "PutImageResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getImage", "beanStyleSetterMethodName" : "setImage", "c2jName" : "image", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "

Details of the image uploaded.

\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #image(Image)}.\n@param image a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(Image)", "deprecated" : false, "documentation" : "

Details of the image uploaded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "image", "fluentSetterDocumentation" : "

Details of the image uploaded.

\n@param image Details of the image uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "image", "getterDocumentation" : "

Details of the image uploaded.

\n@return Details of the image uploaded.", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "image", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Image", "sensitive" : false, "setterDocumentation" : "

Details of the image uploaded.

\n@param image Details of the image uploaded.", "setterMethodName" : "setImage", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : "

Details of the image uploaded.

", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Image" : { "beanStyleGetterMethodName" : "getImage", "beanStyleSetterMethodName" : "setImage", "c2jName" : "image", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "

Details of the image uploaded.

\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #image(Image)}.\n@param image a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(Image)", "deprecated" : false, "documentation" : "

Details of the image uploaded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "image", "fluentSetterDocumentation" : "

Details of the image uploaded.

\n@param image Details of the image uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "image", "getterDocumentation" : "

Details of the image uploaded.

\n@return Details of the image uploaded.", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "image", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Image", "sensitive" : false, "setterDocumentation" : "

Details of the image uploaded.

\n@param image Details of the image uploaded.", "setterMethodName" : "setImage", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : "

Details of the image uploaded.

", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getImage", "beanStyleSetterMethodName" : "setImage", "c2jName" : "image", "c2jShape" : "Image", "defaultConsumerFluentSetterDocumentation" : "

Details of the image uploaded.

\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #image(Image)}.\n@param image a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(Image)", "deprecated" : false, "documentation" : "

Details of the image uploaded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "image", "fluentSetterDocumentation" : "

Details of the image uploaded.

\n@param image Details of the image uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "image", "getterDocumentation" : "

Details of the image uploaded.

\n@return Details of the image uploaded.", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "image", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Image", "sensitive" : false, "setterDocumentation" : "

Details of the image uploaded.

\n@param image Details of the image uploaded.", "setterMethodName" : "setImage", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : "

Details of the image uploaded.

", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutImageResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutImageResponse", "variableName" : "putImageResponse", "variableType" : "PutImageResponse", "documentation" : null, "simpleType" : "PutImageResponse", "variableSetterType" : "PutImageResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutImageScanningConfigurationRequest" : { "c2jName" : "PutImageScanningConfigurationRequest", "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" : "PutImageScanningConfiguration", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.PutImageScanningConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to update the image scanning configuration setting.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@param repositoryName The name of the repository in which to update the image scanning configuration setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@return The name of the repository in which to update the image scanning configuration setting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@param repositoryName The name of the repository in which to update the image scanning configuration setting.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to update the image scanning configuration setting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@return The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageScanningConfiguration" : { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@return The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to update the image scanning configuration setting.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@param repositoryName The name of the repository in which to update the image scanning configuration setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@return The name of the repository in which to update the image scanning configuration setting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@param repositoryName The name of the repository in which to update the image scanning configuration setting.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to update the image scanning configuration setting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to update the image scanning configuration setting.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@param repositoryName The name of the repository in which to update the image scanning configuration setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@return The name of the repository in which to update the image scanning configuration setting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to update the image scanning configuration setting.

\n@param repositoryName The name of the repository in which to update the image scanning configuration setting.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to update the image scanning configuration setting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@return The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

\n@param imageScanningConfiguration The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "imageScanningConfiguration" ], "shapeName" : "PutImageScanningConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutImageScanningConfigurationRequest", "variableName" : "putImageScanningConfigurationRequest", "variableType" : "PutImageScanningConfigurationRequest", "documentation" : null, "simpleType" : "PutImageScanningConfigurationRequest", "variableSetterType" : "PutImageScanningConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutImageScanningConfigurationResponse" : { "c2jName" : "PutImageScanningConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration setting for the repository.

\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "

The image scanning configuration setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "

The image scanning configuration setting for the repository.

\n@param imageScanningConfiguration The image scanning configuration setting for the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration setting for the repository.

\n@return The image scanning configuration setting for the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration setting for the repository.

\n@param imageScanningConfiguration The image scanning configuration setting for the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration setting for the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageScanningConfiguration" : { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration setting for the repository.

\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "

The image scanning configuration setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "

The image scanning configuration setting for the repository.

\n@param imageScanningConfiguration The image scanning configuration setting for the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration setting for the repository.

\n@return The image scanning configuration setting for the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration setting for the repository.

\n@param imageScanningConfiguration The image scanning configuration setting for the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration setting for the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The image scanning configuration setting for the repository.

\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "

The image scanning configuration setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "

The image scanning configuration setting for the repository.

\n@param imageScanningConfiguration The image scanning configuration setting for the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "

The image scanning configuration setting for the repository.

\n@return The image scanning configuration setting for the repository.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "

The image scanning configuration setting for the repository.

\n@param imageScanningConfiguration The image scanning configuration setting for the repository.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "

The image scanning configuration setting for the repository.

", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutImageScanningConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutImageScanningConfigurationResponse", "variableName" : "putImageScanningConfigurationResponse", "variableType" : "PutImageScanningConfigurationResponse", "documentation" : null, "simpleType" : "PutImageScanningConfigurationResponse", "variableSetterType" : "PutImageScanningConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutImageTagMutabilityRequest" : { "c2jName" : "PutImageTagMutabilityRequest", "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" : "PutImageTagMutability", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.PutImageTagMutability", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to update the image tag mutability settings.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@param repositoryName The name of the repository in which to update the image tag mutability settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@return The name of the repository in which to update the image tag mutability settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@param repositoryName The name of the repository in which to update the image tag mutability settings.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to update the image tag mutability settings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageTagMutability" : { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to update the image tag mutability settings.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@param repositoryName The name of the repository in which to update the image tag mutability settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@return The name of the repository in which to update the image tag mutability settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@param repositoryName The name of the repository in which to update the image tag mutability settings.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to update the image tag mutability settings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository in which to update the image tag mutability settings.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@param repositoryName The name of the repository in which to update the image tag mutability settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@return The name of the repository in which to update the image tag mutability settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository in which to update the image tag mutability settings.

\n@param repositoryName The name of the repository in which to update the image tag mutability settings.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to update the image tag mutability settings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

\n@param imageTagMutability The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository. If MUTABLE is specified, image tags can be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "imageTagMutability" ], "shapeName" : "PutImageTagMutabilityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutImageTagMutabilityRequest", "variableName" : "putImageTagMutabilityRequest", "variableType" : "PutImageTagMutabilityRequest", "documentation" : null, "simpleType" : "PutImageTagMutabilityRequest", "variableSetterType" : "PutImageTagMutabilityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutImageTagMutabilityResponse" : { "c2jName" : "PutImageTagMutabilityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The image tag mutability setting for the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The image tag mutability setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The image tag mutability setting for the repository.

\n@param imageTagMutability The image tag mutability setting for the repository.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The image tag mutability setting for the repository.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The image tag mutability setting for the repository.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The image tag mutability setting for the repository.

\n@param imageTagMutability The image tag mutability setting for the repository.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The image tag mutability setting for the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageTagMutability" : { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The image tag mutability setting for the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The image tag mutability setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The image tag mutability setting for the repository.

\n@param imageTagMutability The image tag mutability setting for the repository.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The image tag mutability setting for the repository.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The image tag mutability setting for the repository.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The image tag mutability setting for the repository.

\n@param imageTagMutability The image tag mutability setting for the repository.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The image tag mutability setting for the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The image tag mutability setting for the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The image tag mutability setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The image tag mutability setting for the repository.

\n@param imageTagMutability The image tag mutability setting for the repository.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The image tag mutability setting for the repository.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The image tag mutability setting for the repository.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The image tag mutability setting for the repository.

\n@param imageTagMutability The image tag mutability setting for the repository.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The image tag mutability setting for the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutImageTagMutabilityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutImageTagMutabilityResponse", "variableName" : "putImageTagMutabilityResponse", "variableType" : "PutImageTagMutabilityResponse", "documentation" : null, "simpleType" : "PutImageTagMutabilityResponse", "variableSetterType" : "PutImageTagMutabilityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutLifecyclePolicyRequest" : { "c2jName" : "PutLifecyclePolicyRequest", "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" : "PutLifecyclePolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.PutLifecyclePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to receive the policy.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@param lifecyclePolicyText The JSON repository policy text to apply to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@return The JSON repository policy text to apply to the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@param lifecyclePolicyText The JSON repository policy text to apply to the repository.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LifecyclePolicyText" : { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@param lifecyclePolicyText The JSON repository policy text to apply to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@return The JSON repository policy text to apply to the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@param lifecyclePolicyText The JSON repository policy text to apply to the repository.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to receive the policy.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to receive the policy.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@param lifecyclePolicyText The JSON repository policy text to apply to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@return The JSON repository policy text to apply to the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text to apply to the repository.

\n@param lifecyclePolicyText The JSON repository policy text to apply to the repository.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "lifecyclePolicyText" ], "shapeName" : "PutLifecyclePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutLifecyclePolicyRequest", "variableName" : "putLifecyclePolicyRequest", "variableType" : "PutLifecyclePolicyRequest", "documentation" : null, "simpleType" : "PutLifecyclePolicyRequest", "variableSetterType" : "PutLifecyclePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutLifecyclePolicyResponse" : { "c2jName" : "PutLifecyclePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text.

\n@return The JSON repository policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LifecyclePolicyText" : { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text.

\n@return The JSON repository policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text.

\n@return The JSON repository policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutLifecyclePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutLifecyclePolicyResponse", "variableName" : "putLifecyclePolicyResponse", "variableType" : "PutLifecyclePolicyResponse", "documentation" : null, "simpleType" : "PutLifecyclePolicyResponse", "variableSetterType" : "PutLifecyclePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Repository" : { "c2jName" : "Repository", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object representing a repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRepositoryArn", "beanStyleSetterMethodName" : "setRepositoryArn", "c2jName" : "repositoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryArn(String)}.\n@param repositoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@return The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.", "setterMethodName" : "setRepositoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@return The AWS account ID associated with the registry that contains the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository.

\n@param repositoryName The name of the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository.

\n@return The name of the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryUri", "beanStyleSetterMethodName" : "setRepositoryUri", "c2jName" : "repositoryUri", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryUri(String)}.\n@param repositoryUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryUri(String)", "deprecated" : false, "documentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryUri", "fluentSetterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push or pull operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryUri", "getterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@return The URI for the repository. You can use this URI for Docker push or pull operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryUri", "sensitive" : false, "setterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push or pull operations.", "setterMethodName" : "setRepositoryUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, in JavaScript date format, when the repository was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@param createdAt The date and time, in JavaScript date format, when the repository was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@return The date and time, in JavaScript date format, when the repository was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@param createdAt The date and time, in JavaScript date format, when the repository was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, in JavaScript date format, when the repository was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The tag mutability setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository.

\n@param imageTagMutability The tag mutability setting for the repository.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The tag mutability setting for the repository.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository.

\n@param imageTagMutability The tag mutability setting for the repository.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\n@param imageScanningConfiguration The new value for the ImageScanningConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "Returns the value of the ImageScanningConfiguration property for this object.\n@return The value of the ImageScanningConfiguration property for this object.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\n@param imageScanningConfiguration The new value for the ImageScanningConfiguration property for this object.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedAt" : { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, in JavaScript date format, when the repository was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@param createdAt The date and time, in JavaScript date format, when the repository was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@return The date and time, in JavaScript date format, when the repository was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@param createdAt The date and time, in JavaScript date format, when the repository was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, in JavaScript date format, when the repository was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanningConfiguration" : { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\n@param imageScanningConfiguration The new value for the ImageScanningConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "Returns the value of the ImageScanningConfiguration property for this object.\n@return The value of the ImageScanningConfiguration property for this object.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\n@param imageScanningConfiguration The new value for the ImageScanningConfiguration property for this object.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageTagMutability" : { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The tag mutability setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository.

\n@param imageTagMutability The tag mutability setting for the repository.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The tag mutability setting for the repository.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository.

\n@param imageTagMutability The tag mutability setting for the repository.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@return The AWS account ID associated with the registry that contains the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryArn" : { "beanStyleGetterMethodName" : "getRepositoryArn", "beanStyleSetterMethodName" : "setRepositoryArn", "c2jName" : "repositoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryArn(String)}.\n@param repositoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@return The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.", "setterMethodName" : "setRepositoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository.

\n@param repositoryName The name of the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository.

\n@return The name of the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryUri" : { "beanStyleGetterMethodName" : "getRepositoryUri", "beanStyleSetterMethodName" : "setRepositoryUri", "c2jName" : "repositoryUri", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryUri(String)}.\n@param repositoryUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryUri(String)", "deprecated" : false, "documentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryUri", "fluentSetterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push or pull operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryUri", "getterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@return The URI for the repository. You can use this URI for Docker push or pull operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryUri", "sensitive" : false, "setterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push or pull operations.", "setterMethodName" : "setRepositoryUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRepositoryArn", "beanStyleSetterMethodName" : "setRepositoryArn", "c2jName" : "repositoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryArn(String)}.\n@param repositoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@return The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.", "setterMethodName" : "setRepositoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@return The AWS account ID associated with the registry that contains the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository.

\n@param repositoryName The name of the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository.

\n@return The name of the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository.

\n@param repositoryName The name of the repository.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryUri", "beanStyleSetterMethodName" : "setRepositoryUri", "c2jName" : "repositoryUri", "c2jShape" : "Url", "defaultConsumerFluentSetterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryUri(String)}.\n@param repositoryUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryUri(String)", "deprecated" : false, "documentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryUri", "fluentSetterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push or pull operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryUri", "getterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@return The URI for the repository. You can use this URI for Docker push or pull operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryUri", "sensitive" : false, "setterDocumentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push or pull operations.", "setterMethodName" : "setRepositoryUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : "

The URI for the repository. You can use this URI for Docker push or pull operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreationTimestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)", "deprecated" : false, "documentation" : "

The date and time, in JavaScript date format, when the repository was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@param createdAt The date and time, in JavaScript date format, when the repository was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@return The date and time, in JavaScript date format, when the repository was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "createdAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createdAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The date and time, in JavaScript date format, when the repository was created.

\n@param createdAt The date and time, in JavaScript date format, when the repository was created.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time, in JavaScript date format, when the repository was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageTagMutabilityAsString", "beanStyleSetterMethodName" : "setImageTagMutability", "c2jName" : "imageTagMutability", "c2jShape" : "ImageTagMutability", "defaultConsumerFluentSetterDocumentation" : "

The tag mutability setting for the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageTagMutabilityAsString(String)}.\n@param imageTagMutability a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageTagMutability(String)", "deprecated" : false, "documentation" : "

The tag mutability setting for the repository.

", "endpointDiscoveryId" : false, "enumType" : "ImageTagMutability", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "imageTagMutability", "fluentEnumSetterMethodName" : "imageTagMutability", "fluentGetterMethodName" : "imageTagMutabilityAsString", "fluentSetterDocumentation" : "

The tag mutability setting for the repository.

\n@param imageTagMutability The tag mutability setting for the repository.\n@see ImageTagMutability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageTagMutability", "fluentSetterMethodName" : "imageTagMutability", "getterDocumentation" : "

The tag mutability setting for the repository.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #imageTagMutability} will return {@link ImageTagMutability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #imageTagMutabilityAsString}.\n

\n@return The tag mutability setting for the repository.\n@see ImageTagMutability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageTagMutability", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageTagMutability", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ImageTagMutability", "sensitive" : false, "setterDocumentation" : "

The tag mutability setting for the repository.

\n@param imageTagMutability The tag mutability setting for the repository.\n@see ImageTagMutability", "setterMethodName" : "setImageTagMutability", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTagMutability", "variableType" : "String", "documentation" : "

The tag mutability setting for the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanningConfiguration", "beanStyleSetterMethodName" : "setImageScanningConfiguration", "c2jName" : "imageScanningConfiguration", "c2jShape" : "ImageScanningConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageScanningConfiguration.Builder} avoiding the need to create one manually via {@link ImageScanningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #imageScanningConfiguration(ImageScanningConfiguration)}.\n@param imageScanningConfiguration a consumer that will call methods on {@link ImageScanningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanningConfiguration(ImageScanningConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanningConfiguration", "fluentSetterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\n@param imageScanningConfiguration The new value for the ImageScanningConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanningConfiguration", "getterDocumentation" : "Returns the value of the ImageScanningConfiguration property for this object.\n@return The value of the ImageScanningConfiguration property for this object.", "getterModel" : { "returnType" : "ImageScanningConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanningConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanningConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanningConfiguration", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageScanningConfiguration property for this object.\n\n@param imageScanningConfiguration The new value for the ImageScanningConfiguration property for this object.", "setterMethodName" : "setImageScanningConfiguration", "setterModel" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : null, "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanningConfiguration", "variableName" : "imageScanningConfiguration", "variableType" : "ImageScanningConfiguration", "documentation" : "", "simpleType" : "ImageScanningConfiguration", "variableSetterType" : "ImageScanningConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Repository", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "wrapper" : false, "xmlNamespace" : null }, "RepositoryAlreadyExistsException" : { "c2jName" : "RepositoryAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified repository already exists in the specified registry.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RepositoryAlreadyExistsException", "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" : "RepositoryAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryAlreadyExistsException", "variableName" : "repositoryAlreadyExistsException", "variableType" : "RepositoryAlreadyExistsException", "documentation" : null, "simpleType" : "RepositoryAlreadyExistsException", "variableSetterType" : "RepositoryAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "RepositoryNotEmptyException" : { "c2jName" : "RepositoryNotEmptyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RepositoryNotEmptyException", "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" : "RepositoryNotEmptyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryNotEmptyException", "variableName" : "repositoryNotEmptyException", "variableType" : "RepositoryNotEmptyException", "documentation" : null, "simpleType" : "RepositoryNotEmptyException", "variableSetterType" : "RepositoryNotEmptyException" }, "wrapper" : false, "xmlNamespace" : null }, "RepositoryNotFoundException" : { "c2jName" : "RepositoryNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RepositoryNotFoundException", "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" : "RepositoryNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryNotFoundException", "variableName" : "repositoryNotFoundException", "variableType" : "RepositoryNotFoundException", "documentation" : null, "simpleType" : "RepositoryNotFoundException", "variableSetterType" : "RepositoryNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "RepositoryPolicyNotFoundException" : { "c2jName" : "RepositoryPolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified repository and registry combination does not have an associated repository policy.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RepositoryPolicyNotFoundException", "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" : "RepositoryPolicyNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryPolicyNotFoundException", "variableName" : "repositoryPolicyNotFoundException", "variableType" : "RepositoryPolicyNotFoundException", "documentation" : null, "simpleType" : "RepositoryPolicyNotFoundException", "variableSetterType" : "RepositoryPolicyNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ScanNotFoundException" : { "c2jName" : "ScanNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified image scan could not be found. Ensure that image scanning is enabled on the repository and try again.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ScanNotFoundException", "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" : "ScanNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ScanNotFoundException", "variableName" : "scanNotFoundException", "variableType" : "ScanNotFoundException", "documentation" : null, "simpleType" : "ScanNotFoundException", "variableSetterType" : "ScanNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ScanStatus" : { "c2jName" : "ScanStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "COMPLETE", "value" : "COMPLETE" }, { "name" : "FAILED", "value" : "FAILED" } ], "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" : "ScanStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScanStatus", "variableName" : "scanStatus", "variableType" : "ScanStatus", "documentation" : null, "simpleType" : "ScanStatus", "variableSetterType" : "ScanStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ServerException" : { "c2jName" : "ServerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

These errors are usually caused by a server-side issue.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServerException", "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" : "ServerException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServerException", "variableName" : "serverException", "variableType" : "ServerException", "documentation" : null, "simpleType" : "ServerException", "variableSetterType" : "ServerException" }, "wrapper" : false, "xmlNamespace" : null }, "SetRepositoryPolicyRequest" : { "c2jName" : "SetRepositoryPolicyRequest", "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" : "SetRepositoryPolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.SetRepositoryPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to receive the policy.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyText(String)}.\n@param policyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyText", "fluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@param policyText The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@return The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@param policyText The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForce", "beanStyleSetterMethodName" : "setForce", "c2jName" : "force", "c2jShape" : "ForceFlag", "defaultConsumerFluentSetterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #force(Boolean)}.\n@param force a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #force(Boolean)", "deprecated" : false, "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "force", "fluentSetterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "force", "getterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@return If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "force", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Force", "sensitive" : false, "setterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.", "setterMethodName" : "setForce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Force" : { "beanStyleGetterMethodName" : "getForce", "beanStyleSetterMethodName" : "setForce", "c2jName" : "force", "c2jShape" : "ForceFlag", "defaultConsumerFluentSetterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #force(Boolean)}.\n@param force a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #force(Boolean)", "deprecated" : false, "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "force", "fluentSetterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "force", "getterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@return If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "force", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Force", "sensitive" : false, "setterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.", "setterMethodName" : "setForce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyText" : { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyText(String)}.\n@param policyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyText", "fluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@param policyText The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@return The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@param policyText The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to receive the policy.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to receive the policy.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyText(String)}.\n@param policyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyText", "fluentSetterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@param policyText The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@return The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

\n@param policyText The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policy Examples in the Amazon Elastic Container Registry User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForce", "beanStyleSetterMethodName" : "setForce", "c2jName" : "force", "c2jShape" : "ForceFlag", "defaultConsumerFluentSetterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #force(Boolean)}.\n@param force a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #force(Boolean)", "deprecated" : false, "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "force", "fluentSetterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "force", "getterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@return If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "force", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Force", "sensitive" : false, "setterDocumentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.", "setterMethodName" : "setForce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "policyText" ], "shapeName" : "SetRepositoryPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetRepositoryPolicyRequest", "variableName" : "setRepositoryPolicyRequest", "variableType" : "SetRepositoryPolicyRequest", "documentation" : null, "simpleType" : "SetRepositoryPolicyRequest", "variableSetterType" : "SetRepositoryPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetRepositoryPolicyResponse" : { "c2jName" : "SetRepositoryPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text applied to the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyText(String)}.\n@param policyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text applied to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyText", "fluentSetterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@return The JSON repository policy text applied to the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text applied to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyText" : { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text applied to the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyText(String)}.\n@param policyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text applied to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyText", "fluentSetterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@return The JSON repository policy text applied to the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text applied to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyText", "beanStyleSetterMethodName" : "setPolicyText", "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text applied to the repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyText(String)}.\n@param policyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text applied to the repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyText", "fluentSetterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyText", "getterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@return The JSON repository policy text applied to the repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.", "setterMethodName" : "setPolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text applied to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetRepositoryPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SetRepositoryPolicyResponse", "variableName" : "setRepositoryPolicyResponse", "variableType" : "SetRepositoryPolicyResponse", "documentation" : null, "simpleType" : "SetRepositoryPolicyResponse", "variableSetterType" : "SetRepositoryPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StartImageScanRequest" : { "c2jName" : "StartImageScanRequest", "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" : "StartImageScan", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.StartImageScan", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that contains the images to scan.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository that contains the images to scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository that contains the images to scan.

\n@param repositoryName The name of the repository that contains the images to scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that contains the images to scan.

\n@return The name of the repository that contains the images to scan.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that contains the images to scan.

\n@param repositoryName The name of the repository that contains the images to scan.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that contains the images to scan.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageId" : { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that contains the images to scan.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository that contains the images to scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository that contains the images to scan.

\n@param repositoryName The name of the repository that contains the images to scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that contains the images to scan.

\n@return The name of the repository that contains the images to scan.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that contains the images to scan.

\n@param repositoryName The name of the repository that contains the images to scan.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that contains the images to scan.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository that contains the images to scan.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository that contains the images to scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository that contains the images to scan.

\n@param repositoryName The name of the repository that contains the images to scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository that contains the images to scan.

\n@return The name of the repository that contains the images to scan.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository that contains the images to scan.

\n@param repositoryName The name of the repository that contains the images to scan.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that contains the images to scan.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "imageId" ], "shapeName" : "StartImageScanRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartImageScanRequest", "variableName" : "startImageScanRequest", "variableType" : "StartImageScanRequest", "documentation" : null, "simpleType" : "StartImageScanRequest", "variableSetterType" : "StartImageScanRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartImageScanResponse" : { "c2jName" : "StartImageScanResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

\nThis is a convenience that creates an instance of the {@link ImageScanStatus.Builder} avoiding the need to create one manually via {@link ImageScanStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanStatus.Builder#build()} is called immediately and its result is passed to {@link #imageScanStatus(ImageScanStatus)}.\n@param imageScanStatus a consumer that will call methods on {@link ImageScanStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanStatus(ImageScanStatus)", "deprecated" : false, "documentation" : "

The current state of the scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanStatus", "fluentSetterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

\n@return The current state of the scan.", "getterModel" : { "returnType" : "ImageScanStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanStatus", "sensitive" : false, "setterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageId" : { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ImageScanStatus" : { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

\nThis is a convenience that creates an instance of the {@link ImageScanStatus.Builder} avoiding the need to create one manually via {@link ImageScanStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanStatus.Builder#build()} is called immediately and its result is passed to {@link #imageScanStatus(ImageScanStatus)}.\n@param imageScanStatus a consumer that will call methods on {@link ImageScanStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanStatus(ImageScanStatus)", "deprecated" : false, "documentation" : "

The current state of the scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanStatus", "fluentSetterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

\n@return The current state of the scan.", "getterModel" : { "returnType" : "ImageScanStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanStatus", "sensitive" : false, "setterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageId", "beanStyleSetterMethodName" : "setImageId", "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\nThis is a convenience that creates an instance of the {@link ImageIdentifier.Builder} avoiding the need to create one manually via {@link ImageIdentifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageIdentifier.Builder#build()} is called immediately and its result is passed to {@link #imageId(ImageIdentifier)}.\n@param imageId a consumer that will call methods on {@link ImageIdentifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageId(ImageIdentifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageId", "fluentSetterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageId", "getterDocumentation" : "Returns the value of the ImageId property for this object.\n@return The value of the ImageId property for this object.", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageId", "sensitive" : false, "setterDocumentation" : "Sets the value of the ImageId property for this object.\n\n@param imageId The new value for the ImageId property for this object.", "setterMethodName" : "setImageId", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImageScanStatus", "beanStyleSetterMethodName" : "setImageScanStatus", "c2jName" : "imageScanStatus", "c2jShape" : "ImageScanStatus", "defaultConsumerFluentSetterDocumentation" : "

The current state of the scan.

\nThis is a convenience that creates an instance of the {@link ImageScanStatus.Builder} avoiding the need to create one manually via {@link ImageScanStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageScanStatus.Builder#build()} is called immediately and its result is passed to {@link #imageScanStatus(ImageScanStatus)}.\n@param imageScanStatus a consumer that will call methods on {@link ImageScanStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageScanStatus(ImageScanStatus)", "deprecated" : false, "documentation" : "

The current state of the scan.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "imageScanStatus", "fluentSetterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "imageScanStatus", "getterDocumentation" : "

The current state of the scan.

\n@return The current state of the scan.", "getterModel" : { "returnType" : "ImageScanStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "imageScanStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "imageScanStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ImageScanStatus", "sensitive" : false, "setterDocumentation" : "

The current state of the scan.

\n@param imageScanStatus The current state of the scan.", "setterMethodName" : "setImageScanStatus", "setterModel" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : null, "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ImageScanStatus", "variableName" : "imageScanStatus", "variableType" : "ImageScanStatus", "documentation" : "

The current state of the scan.

", "simpleType" : "ImageScanStatus", "variableSetterType" : "ImageScanStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartImageScanResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartImageScanResponse", "variableName" : "startImageScanResponse", "variableType" : "StartImageScanResponse", "documentation" : null, "simpleType" : "StartImageScanResponse", "variableSetterType" : "StartImageScanResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StartLifecyclePolicyPreviewRequest" : { "c2jName" : "StartLifecyclePolicyPreviewRequest", "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" : "StartLifecyclePolicyPreview", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.StartLifecyclePolicyPreview", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to be evaluated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to be evaluated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to be evaluated.

\n@param repositoryName The name of the repository to be evaluated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to be evaluated.

\n@return The name of the repository to be evaluated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to be evaluated.

\n@param repositoryName The name of the repository to be evaluated.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to be evaluated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@param lifecyclePolicyText The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@return The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@param lifecyclePolicyText The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LifecyclePolicyText" : { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@param lifecyclePolicyText The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@return The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@param lifecyclePolicyText The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to be evaluated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to be evaluated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to be evaluated.

\n@param repositoryName The name of the repository to be evaluated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to be evaluated.

\n@return The name of the repository to be evaluated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to be evaluated.

\n@param repositoryName The name of the repository to be evaluated.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to be evaluated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to be evaluated.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to be evaluated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to be evaluated.

\n@param repositoryName The name of the repository to be evaluated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to be evaluated.

\n@return The name of the repository to be evaluated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to be evaluated.

\n@param repositoryName The name of the repository to be evaluated.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to be evaluated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@param lifecyclePolicyText The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@return The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

\n@param lifecyclePolicyText The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName" ], "shapeName" : "StartLifecyclePolicyPreviewRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartLifecyclePolicyPreviewRequest", "variableName" : "startLifecyclePolicyPreviewRequest", "variableType" : "StartLifecyclePolicyPreviewRequest", "documentation" : null, "simpleType" : "StartLifecyclePolicyPreviewRequest", "variableSetterType" : "StartLifecyclePolicyPreviewRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartLifecyclePolicyPreviewResponse" : { "c2jName" : "StartLifecyclePolicyPreviewResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text.

\n@return The JSON repository policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "LifecyclePolicyPreviewStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the lifecycle policy preview request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The status of the lifecycle policy preview request.

", "endpointDiscoveryId" : false, "enumType" : "LifecyclePolicyPreviewStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecyclePolicyPreviewStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the lifecycle policy preview request.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link LifecyclePolicyPreviewStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "getterModel" : { "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 lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "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 lifecycle policy preview request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LifecyclePolicyText" : { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text.

\n@return The JSON repository policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "LifecyclePolicyPreviewStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the lifecycle policy preview request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The status of the lifecycle policy preview request.

", "endpointDiscoveryId" : false, "enumType" : "LifecyclePolicyPreviewStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecyclePolicyPreviewStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the lifecycle policy preview request.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link LifecyclePolicyPreviewStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "getterModel" : { "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 lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "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 lifecycle policy preview request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLifecyclePolicyText", "beanStyleSetterMethodName" : "setLifecyclePolicyText", "c2jName" : "lifecyclePolicyText", "c2jShape" : "LifecyclePolicyText", "defaultConsumerFluentSetterDocumentation" : "

The JSON repository policy text.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lifecyclePolicyText(String)}.\n@param lifecyclePolicyText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecyclePolicyText(String)", "deprecated" : false, "documentation" : "

The JSON repository policy text.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lifecyclePolicyText", "fluentSetterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifecyclePolicyText", "getterDocumentation" : "

The JSON repository policy text.

\n@return The JSON repository policy text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lifecyclePolicyText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lifecyclePolicyText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifecyclePolicyText", "sensitive" : false, "setterDocumentation" : "

The JSON repository policy text.

\n@param lifecyclePolicyText The JSON repository policy text.", "setterMethodName" : "setLifecyclePolicyText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifecyclePolicyText", "variableType" : "String", "documentation" : "

The JSON repository policy text.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "LifecyclePolicyPreviewStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the lifecycle policy preview request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The status of the lifecycle policy preview request.

", "endpointDiscoveryId" : false, "enumType" : "LifecyclePolicyPreviewStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecyclePolicyPreviewStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the lifecycle policy preview request.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link LifecyclePolicyPreviewStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "getterModel" : { "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 lifecycle policy preview request.

\n@param status The status of the lifecycle policy preview request.\n@see LifecyclePolicyPreviewStatus", "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 lifecycle policy preview request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartLifecyclePolicyPreviewResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartLifecyclePolicyPreviewResponse", "variableName" : "startLifecyclePolicyPreviewResponse", "variableType" : "StartLifecyclePolicyPreviewResponse", "documentation" : null, "simpleType" : "StartLifecyclePolicyPreviewResponse", "variableSetterType" : "StartLifecyclePolicyPreviewResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@param key One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@return One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.", "getterModel" : { "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" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@param key One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.", "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" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@param value The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@return The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).", "getterModel" : { "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" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@param value The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).", "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" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@param key One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@return One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.", "getterModel" : { "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" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@param key One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.", "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" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@param value The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@return The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).", "getterModel" : { "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" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@param value The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).", "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" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@param key One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@return One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.", "getterModel" : { "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" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

\n@param key One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.", "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" : "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@param value The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@return The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).", "getterModel" : { "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" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

\n@param value The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).", "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" : "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\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 #tags(List)}.\n@param tags 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 #tags(List)", "deprecated" : false, "documentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "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" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

\n@param tags The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "TagStatus" : { "c2jName" : "TagStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "TAGGED", "value" : "TAGGED" }, { "name" : "UNTAGGED", "value" : "UNTAGGED" }, { "name" : "ANY", "value" : "ANY" } ], "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" : "TagStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagStatus", "variableName" : "tagStatus", "variableType" : "TagStatus", "documentation" : null, "simpleType" : "TagStatus", "variableSetterType" : "TagStatus" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyTagsException" : { "c2jName" : "TooManyTagsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyTagsException", "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" : "TooManyTagsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTagsException", "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

The keys of the tags to be removed.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

The keys of the tags to be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

The keys of the tags to be removed.

\n@param tagKeys The keys of the tags to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

The keys of the tags to be removed.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The keys of the tags to be removed.", "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" : "tagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

The keys of the tags to be removed.

\n@param tagKeys The keys of the tags to be removed.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The keys of the tags to be removed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

The keys of the tags to be removed.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

The keys of the tags to be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

The keys of the tags to be removed.

\n@param tagKeys The keys of the tags to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

The keys of the tags to be removed.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The keys of the tags to be removed.", "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" : "tagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

The keys of the tags to be removed.

\n@param tagKeys The keys of the tags to be removed.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The keys of the tags to be removed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@return The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

\n@param resourceArn The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

The keys of the tags to be removed.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

The keys of the tags to be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

The keys of the tags to be removed.

\n@param tagKeys The keys of the tags to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

The keys of the tags to be removed.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The keys of the tags to be removed.", "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" : "tagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

The keys of the tags to be removed.

\n@param tagKeys The keys of the tags to be removed.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The keys of the tags to be removed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UploadLayerPartRequest" : { "c2jName" : "UploadLayerPartRequest", "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" : "UploadLayerPart", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.UploadLayerPart", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to which you are uploading layer parts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@param repositoryName The name of the repository to which you are uploading layer parts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@return The name of the repository to which you are uploading layer parts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@param repositoryName The name of the repository to which you are uploading layer parts.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which you are uploading layer parts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartFirstByte", "beanStyleSetterMethodName" : "setPartFirstByte", "c2jName" : "partFirstByte", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the first byte of the layer part.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partFirstByte(Long)}.\n@param partFirstByte a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partFirstByte(Long)", "deprecated" : false, "documentation" : "

The integer value of the first byte of the layer part.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partFirstByte", "fluentSetterDocumentation" : "

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partFirstByte", "getterDocumentation" : "

The integer value of the first byte of the layer part.

\n@return The integer value of the first byte of the layer part.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partFirstByte", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partFirstByte", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartFirstByte", "sensitive" : false, "setterDocumentation" : "

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.", "setterMethodName" : "setPartFirstByte", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : "

The integer value of the first byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartLastByte", "beanStyleSetterMethodName" : "setPartLastByte", "c2jName" : "partLastByte", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the last byte of the layer part.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partLastByte(Long)}.\n@param partLastByte a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partLastByte(Long)", "deprecated" : false, "documentation" : "

The integer value of the last byte of the layer part.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partLastByte", "fluentSetterDocumentation" : "

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partLastByte", "getterDocumentation" : "

The integer value of the last byte of the layer part.

\n@return The integer value of the last byte of the layer part.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partLastByte", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partLastByte", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartLastByte", "sensitive" : false, "setterDocumentation" : "

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.", "setterMethodName" : "setPartLastByte", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : "

The integer value of the last byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerPartBlob", "beanStyleSetterMethodName" : "setLayerPartBlob", "c2jName" : "layerPartBlob", "c2jShape" : "LayerPartBlob", "defaultConsumerFluentSetterDocumentation" : "

The base64-encoded layer part payload.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #layerPartBlob(SdkBytes)}.\n@param layerPartBlob a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerPartBlob(SdkBytes)", "deprecated" : false, "documentation" : "

The base64-encoded layer part payload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerPartBlob", "fluentSetterDocumentation" : "

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerPartBlob", "getterDocumentation" : "

The base64-encoded layer part payload.

\n@return The base64-encoded layer part payload.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerPartBlob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerPartBlob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "LayerPartBlob", "sensitive" : false, "setterDocumentation" : "

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.", "setterMethodName" : "setLayerPartBlob", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "layerPartBlob", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "layerPartBlob", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The base64-encoded layer part payload.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerPartBlob" : { "beanStyleGetterMethodName" : "getLayerPartBlob", "beanStyleSetterMethodName" : "setLayerPartBlob", "c2jName" : "layerPartBlob", "c2jShape" : "LayerPartBlob", "defaultConsumerFluentSetterDocumentation" : "

The base64-encoded layer part payload.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #layerPartBlob(SdkBytes)}.\n@param layerPartBlob a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerPartBlob(SdkBytes)", "deprecated" : false, "documentation" : "

The base64-encoded layer part payload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerPartBlob", "fluentSetterDocumentation" : "

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerPartBlob", "getterDocumentation" : "

The base64-encoded layer part payload.

\n@return The base64-encoded layer part payload.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerPartBlob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerPartBlob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "LayerPartBlob", "sensitive" : false, "setterDocumentation" : "

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.", "setterMethodName" : "setLayerPartBlob", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "layerPartBlob", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "layerPartBlob", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The base64-encoded layer part payload.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PartFirstByte" : { "beanStyleGetterMethodName" : "getPartFirstByte", "beanStyleSetterMethodName" : "setPartFirstByte", "c2jName" : "partFirstByte", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the first byte of the layer part.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partFirstByte(Long)}.\n@param partFirstByte a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partFirstByte(Long)", "deprecated" : false, "documentation" : "

The integer value of the first byte of the layer part.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partFirstByte", "fluentSetterDocumentation" : "

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partFirstByte", "getterDocumentation" : "

The integer value of the first byte of the layer part.

\n@return The integer value of the first byte of the layer part.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partFirstByte", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partFirstByte", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartFirstByte", "sensitive" : false, "setterDocumentation" : "

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.", "setterMethodName" : "setPartFirstByte", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : "

The integer value of the first byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PartLastByte" : { "beanStyleGetterMethodName" : "getPartLastByte", "beanStyleSetterMethodName" : "setPartLastByte", "c2jName" : "partLastByte", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the last byte of the layer part.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partLastByte(Long)}.\n@param partLastByte a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partLastByte(Long)", "deprecated" : false, "documentation" : "

The integer value of the last byte of the layer part.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partLastByte", "fluentSetterDocumentation" : "

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partLastByte", "getterDocumentation" : "

The integer value of the last byte of the layer part.

\n@return The integer value of the last byte of the layer part.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partLastByte", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partLastByte", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartLastByte", "sensitive" : false, "setterDocumentation" : "

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.", "setterMethodName" : "setPartLastByte", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : "

The integer value of the last byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to which you are uploading layer parts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@param repositoryName The name of the repository to which you are uploading layer parts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@return The name of the repository to which you are uploading layer parts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@param repositoryName The name of the repository to which you are uploading layer parts.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which you are uploading layer parts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The name of the repository to which you are uploading layer parts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@param repositoryName The name of the repository to which you are uploading layer parts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@return The name of the repository to which you are uploading layer parts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The name of the repository to which you are uploading layer parts.

\n@param repositoryName The name of the repository to which you are uploading layer parts.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to which you are uploading layer parts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartFirstByte", "beanStyleSetterMethodName" : "setPartFirstByte", "c2jName" : "partFirstByte", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the first byte of the layer part.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partFirstByte(Long)}.\n@param partFirstByte a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partFirstByte(Long)", "deprecated" : false, "documentation" : "

The integer value of the first byte of the layer part.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partFirstByte", "fluentSetterDocumentation" : "

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partFirstByte", "getterDocumentation" : "

The integer value of the first byte of the layer part.

\n@return The integer value of the first byte of the layer part.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partFirstByte", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partFirstByte", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartFirstByte", "sensitive" : false, "setterDocumentation" : "

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.", "setterMethodName" : "setPartFirstByte", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : "

The integer value of the first byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartLastByte", "beanStyleSetterMethodName" : "setPartLastByte", "c2jName" : "partLastByte", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the last byte of the layer part.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #partLastByte(Long)}.\n@param partLastByte a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partLastByte(Long)", "deprecated" : false, "documentation" : "

The integer value of the last byte of the layer part.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partLastByte", "fluentSetterDocumentation" : "

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "partLastByte", "getterDocumentation" : "

The integer value of the last byte of the layer part.

\n@return The integer value of the last byte of the layer part.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "partLastByte", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "partLastByte", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PartLastByte", "sensitive" : false, "setterDocumentation" : "

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.", "setterMethodName" : "setPartLastByte", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : "

The integer value of the last byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLayerPartBlob", "beanStyleSetterMethodName" : "setLayerPartBlob", "c2jName" : "layerPartBlob", "c2jShape" : "LayerPartBlob", "defaultConsumerFluentSetterDocumentation" : "

The base64-encoded layer part payload.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #layerPartBlob(SdkBytes)}.\n@param layerPartBlob a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #layerPartBlob(SdkBytes)", "deprecated" : false, "documentation" : "

The base64-encoded layer part payload.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "layerPartBlob", "fluentSetterDocumentation" : "

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "layerPartBlob", "getterDocumentation" : "

The base64-encoded layer part payload.

\n@return The base64-encoded layer part payload.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "layerPartBlob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "layerPartBlob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "LayerPartBlob", "sensitive" : false, "setterDocumentation" : "

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.", "setterMethodName" : "setLayerPartBlob", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "layerPartBlob", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "layerPartBlob", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The base64-encoded layer part payload.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "repositoryName", "uploadId", "partFirstByte", "partLastByte", "layerPartBlob" ], "shapeName" : "UploadLayerPartRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UploadLayerPartRequest", "variableName" : "uploadLayerPartRequest", "variableType" : "UploadLayerPartRequest", "documentation" : null, "simpleType" : "UploadLayerPartRequest", "variableSetterType" : "UploadLayerPartRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UploadLayerPartResponse" : { "c2jName" : "UploadLayerPartResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the request.

\n@return The upload ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastByteReceived", "beanStyleSetterMethodName" : "setLastByteReceived", "c2jName" : "lastByteReceived", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the last byte received in the request.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastByteReceived(Long)}.\n@param lastByteReceived a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastByteReceived(Long)", "deprecated" : false, "documentation" : "

The integer value of the last byte received in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastByteReceived", "fluentSetterDocumentation" : "

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastByteReceived", "getterDocumentation" : "

The integer value of the last byte received in the request.

\n@return The integer value of the last byte received in the request.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastByteReceived", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastByteReceived", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastByteReceived", "sensitive" : false, "setterDocumentation" : "

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.", "setterMethodName" : "setLastByteReceived", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : "

The integer value of the last byte received in the request.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastByteReceived" : { "beanStyleGetterMethodName" : "getLastByteReceived", "beanStyleSetterMethodName" : "setLastByteReceived", "c2jName" : "lastByteReceived", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the last byte received in the request.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastByteReceived(Long)}.\n@param lastByteReceived a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastByteReceived(Long)", "deprecated" : false, "documentation" : "

The integer value of the last byte received in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastByteReceived", "fluentSetterDocumentation" : "

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastByteReceived", "getterDocumentation" : "

The integer value of the last byte received in the request.

\n@return The integer value of the last byte received in the request.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastByteReceived", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastByteReceived", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastByteReceived", "sensitive" : false, "setterDocumentation" : "

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.", "setterMethodName" : "setLastByteReceived", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : "

The integer value of the last byte received in the request.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RegistryId" : { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryName" : { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadId" : { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the request.

\n@return The upload ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRegistryId", "beanStyleSetterMethodName" : "setRegistryId", "c2jName" : "registryId", "c2jShape" : "RegistryId", "defaultConsumerFluentSetterDocumentation" : "

The registry ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #registryId(String)}.\n@param registryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #registryId(String)", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "registryId", "fluentSetterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "registryId", "getterDocumentation" : "

The registry ID associated with the request.

\n@return The registry ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "registryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RegistryId", "sensitive" : false, "setterDocumentation" : "

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.", "setterMethodName" : "setRegistryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRepositoryName", "beanStyleSetterMethodName" : "setRepositoryName", "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "defaultConsumerFluentSetterDocumentation" : "

The repository name associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryName(String)}.\n@param repositoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryName(String)", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repositoryName", "fluentSetterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryName", "getterDocumentation" : "

The repository name associated with the request.

\n@return The repository name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repositoryName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryName", "sensitive" : false, "setterDocumentation" : "

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.", "setterMethodName" : "setRepositoryName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUploadId", "beanStyleSetterMethodName" : "setUploadId", "c2jName" : "uploadId", "c2jShape" : "UploadId", "defaultConsumerFluentSetterDocumentation" : "

The upload ID associated with the request.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadId(String)}.\n@param uploadId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadId(String)", "deprecated" : false, "documentation" : "

The upload ID associated with the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadId", "fluentSetterDocumentation" : "

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadId", "getterDocumentation" : "

The upload ID associated with the request.

\n@return The upload ID associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadId", "sensitive" : false, "setterDocumentation" : "

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.", "setterMethodName" : "setUploadId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastByteReceived", "beanStyleSetterMethodName" : "setLastByteReceived", "c2jName" : "lastByteReceived", "c2jShape" : "PartSize", "defaultConsumerFluentSetterDocumentation" : "

The integer value of the last byte received in the request.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastByteReceived(Long)}.\n@param lastByteReceived a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastByteReceived(Long)", "deprecated" : false, "documentation" : "

The integer value of the last byte received in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastByteReceived", "fluentSetterDocumentation" : "

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastByteReceived", "getterDocumentation" : "

The integer value of the last byte received in the request.

\n@return The integer value of the last byte received in the request.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastByteReceived", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastByteReceived", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastByteReceived", "sensitive" : false, "setterDocumentation" : "

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.", "setterMethodName" : "setLastByteReceived", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : "

The integer value of the last byte received in the request.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UploadLayerPartResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UploadLayerPartResponse", "variableName" : "uploadLayerPartResponse", "variableType" : "UploadLayerPartResponse", "documentation" : null, "simpleType" : "UploadLayerPartResponse", "variableSetterType" : "UploadLayerPartResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UploadNotFoundException" : { "c2jName" : "UploadNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The upload could not be found, or the specified upload id is not valid for this repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UploadNotFoundException", "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" : "UploadNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UploadNotFoundException", "variableName" : "uploadNotFoundException", "variableType" : "UploadNotFoundException", "documentation" : null, "simpleType" : "UploadNotFoundException", "variableSetterType" : "UploadNotFoundException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { "BatchDeleteImage" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example deletes images with the tags precise and trusty in a repository called ubuntu in the default registry for an account.", "id" : "batchdeleteimages-example-1470860541707", "input" : { "repositoryName" : "ubuntu", "imageIds" : [ { "imageTag" : "precise" } ] }, "output" : { "imageIds" : [ { "imageDigest" : "sha256:examplee6d1e504117a17000003d3753086354a38375961f2e665416ef4b1b2f", "imageTag" : "precise" } ], "failures" : [ ] }, "title" : "To delete multiple images" } ], "BatchGetImage" : [ { "comments" : { "input" : null, "output" : { "imageManifest" : "In this example, the imageManifest in the output JSON has been truncated." } }, "description" : "This example obtains information for an image with a specified image digest ID from the repository named ubuntu in the current account.", "id" : "batchgetimage-example-1470862771437", "input" : { "repositoryName" : "ubuntu", "imageIds" : [ { "imageTag" : "precise" } ] }, "output" : { "images" : [ { "registryId" : "244698725403", "repositoryName" : "ubuntu", "imageId" : { "imageDigest" : "sha256:example76bdff6d83a09ba2a818f0d00000063724a9ac3ba5019c56f74ebf42a", "imageTag" : "precise" }, "imageManifest" : "{\n \"schemaVersion\": 1,\n \"name\": \"ubuntu\",\n \"tag\": \"precise\",\n..." } ], "failures" : [ ] }, "title" : "To obtain multiple images in a single request" } ], "CreateRepository" : [ { "comments" : { "input" : null, "output" : { "imageManifest" : "In this example, the imageManifest in the output JSON has been truncated." } }, "description" : "This example creates a repository called nginx-web-app inside the project-a namespace in the default registry for an account.", "id" : "createrepository-example-1470863688724", "input" : { "repositoryName" : "project-a/nginx-web-app" }, "output" : { "repository" : { "repositoryArn" : "arn:aws:ecr:us-west-2:012345678901:repository/project-a/nginx-web-app", "registryId" : "012345678901", "repositoryName" : "project-a/nginx-web-app" } }, "title" : "To create a new repository" } ], "DeleteRepository" : [ { "comments" : { "input" : null, "output" : { "imageManifest" : "In this example, the imageManifest in the output JSON has been truncated." } }, "description" : "This example force deletes a repository named ubuntu in the default registry for an account. The force parameter is required if the repository contains images.", "id" : "deleterepository-example-1470863805703", "input" : { "repositoryName" : "ubuntu", "force" : true }, "output" : { "repository" : { "repositoryArn" : "arn:aws:ecr:us-west-2:012345678901:repository/ubuntu", "registryId" : "012345678901", "repositoryName" : "ubuntu" } }, "title" : "To force delete a repository" } ], "DeleteRepositoryPolicy" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example deletes the policy associated with the repository named ubuntu in the current account.", "id" : "deleterepositorypolicy-example-1470866943748", "input" : { "repositoryName" : "ubuntu" }, "output" : { "registryId" : "012345678901", "repositoryName" : "ubuntu", "policyText" : "{ ... }" }, "title" : "To delete the policy associated with a repository" } ], "DescribeRepositories" : [ { "comments" : { "input" : null, "output" : { } }, "description" : "The following example obtains a list and description of all repositories in the default registry to which the current user has access.", "id" : "describe-repositories-1470856017467", "input" : { }, "output" : { "repositories" : [ { "repositoryArn" : "arn:aws:ecr:us-west-2:012345678910:repository/ubuntu", "registryId" : "012345678910", "repositoryName" : "ubuntu" }, { "repositoryArn" : "arn:aws:ecr:us-west-2:012345678910:repository/test", "registryId" : "012345678910", "repositoryName" : "test" } ] }, "title" : "To describe all repositories in the current account" } ], "GetAuthorizationToken" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example gets an authorization token for your default registry.", "id" : "getauthorizationtoken-example-1470867047084", "input" : { }, "output" : { "authorizationData" : [ { "authorizationToken" : "QVdTOkN...", "expiresAt" : "1470951892432", "proxyEndpoint" : "https://012345678901.dkr.ecr.us-west-2.amazonaws.com" } ] }, "title" : "To obtain an authorization token" } ], "GetRepositoryPolicy" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example obtains the repository policy for the repository named ubuntu.", "id" : "getrepositorypolicy-example-1470867669211", "input" : { "repositoryName" : "ubuntu" }, "output" : { "registryId" : "012345678901", "repositoryName" : "ubuntu", "policyText" : "{\n \"Version\" : \"2008-10-17\",\n \"Statement\" : [ {\n \"Sid\" : \"new statement\",\n \"Effect\" : \"Allow\",\n \"Principal\" : {\n \"AWS\" : \"arn:aws:iam::012345678901:role/CodeDeployDemo\"\n },\n\"Action\" : [ \"ecr:GetDownloadUrlForLayer\", \"ecr:BatchGetImage\", \"ecr:BatchCheckLayerAvailability\" ]\n } ]\n}" }, "title" : "To get the current policy for a repository" } ], "ListImages" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example lists all of the images in the repository named ubuntu in the default registry in the current account. ", "id" : "listimages-example-1470868161594", "input" : { "repositoryName" : "ubuntu" }, "output" : { "imageIds" : [ { "imageDigest" : "sha256:764f63476bdff6d83a09ba2a818f0d35757063724a9ac3ba5019c56f74ebf42a", "imageTag" : "precise" } ] }, "title" : "To list all images in a repository" } ] }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "EcrException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.ecr.model.EcrException", "sdkRequestBaseClassName" : "EcrRequest", "sdkResponseBaseClassName" : "EcrResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy